Part of twisted.python.deprecate View Source View In Hierarchy
_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 Variables | proxy | a ModuleProxy
|
| Method | __init__ | Undocumented |
| Method | __getattribute__ | Undocumented |
| Method | __setattr__ | Undocumented |