Package schrodinger :: Class _DummyMaestroModule
[hide private]
[frames] | no frames]

Class _DummyMaestroModule

object --+
         |
        _DummyMaestroModule

Used to replace schrodinger.maestro.maestro when running outside of Maestro. Casts to bool return False to allow portions of scripts to be protected by "if maestro:" Raises an explanatory error if the calling module tries to access any attribute.

Instance Methods [hide private]
 
__nonzero__(self)
 
__getattribute__(self, attr)
x.__getattribute__('name') <==> x.name

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__getattribute__(self, attr)

 

x.__getattribute__('name') <==> x.name

Overrides: object.__getattribute__
(inherited documentation)