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/2017-2/NB/build-142/m...
  validate = Schema([{'name': Any(str, unicode), Required('smart...
Properties [hide private]
  tags
  shared_tags
Tags shared by two or more entries.

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/2017-2/NB/build-142/mmshare-v3.8/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)

shared_tags

Tags shared by two or more entries.

Get Method:
unreachable.shared_tags(self) - Tags shared by two or more entries.