Package schrodinger :: Package analysis :: Module transformations :: Class TransformsRepository
[hide private]
[frames] | no frames]

Class TransformsRepository

object --+
         |
        TransformsRepository

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
 
_appendEntries(self, entries)
 
load(self, fp)
 
loads(self, text)
 
loadFile(self, filename)
 
getEntries(self, tags=None)
 
getSmarts(self, tags=None)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  system_file = '/scr/buildbot/savedbuilds/NB/2017-1/build-123/m...
  validate = Schema([{'name': Any(str, unicode), Required('smart...
Properties [hide private]
  tags

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Class Variable Details [hide private]

system_file

Value:
'/scr/buildbot/savedbuilds/NB/2017-1/build-123/mmshare-v3.7/data/trans\
formations.json'

validate

Value:
Schema([{'name': Any(str, unicode), Required('smarts'): Any(str, unico\
de), Required('tags'): All([Any(str, unicode)], Length(min= 1))}], ext\
ra= True)

Property Details [hide private]

tags

Get Method:
unreachable.tags(self)