«
class documentation

class _EverythingEphemeral(styles.Ephemeral):

Constructor: _EverythingEphemeral(mainMod)

View In Hierarchy

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):

Undocumented

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

Undocumented

mainMod =

Undocumented