class documentation

Undocumented

Method __getattr__ Undocumented
Method __init__ No summary
Class Variable initRun Undocumented
Instance Variable mainMod Undocumented

Inherited from Ephemeral:

Method __getstate__ Undocumented
Method __reduce__ Serialize any subclass of Ephemeral in a way which replaces it with Ephemeral itself.
Method __setstate__ Undocumented
Instance Variable __class__ Undocumented
def __getattr__(self, key): (source)

Undocumented

def __init__(self, mainMod): (source)
Parameters
mainModThe '__main__' module that this class will proxy.

Undocumented

Undocumented