An _InternalState is a helper object for a _ModuleProxy, so that it can easily access its own attributes, bypassing its logic for delegating to another object that it's proxying for.

Instance Variable proxy a _ModuleProxy
Method __init__ Undocumented
Method __getattribute__ Undocumented
Method __setattr__ Undocumented
proxy =
def __init__(self, proxy):
Undocumented
def __getattribute__(self, name):
Undocumented
def __setattr__(self, name, value):
Undocumented
API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.