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)
 
__getattr__(self, attr)

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

Properties [hide private]

Inherited from object: __class__