|
Cat
|
Public Member Functions | |
| def | __init__ (self, dict) |
| def | __getattr__ (self, name) |
Public Attributes | |
| dict | |
Emulates a module with a dynamically compiled __dict__
Definition at line 54 of file wrapper.py.
| def wrapper.ModuleDictWrapper.__init__ | ( | self, | |
| dict | |||
| ) |
Definition at line 56 of file wrapper.py.
| def wrapper.ModuleDictWrapper.__getattr__ | ( | self, | |
| name | |||
| ) |
| wrapper.ModuleDictWrapper.dict |
Definition at line 57 of file wrapper.py.
Referenced by wrapper.ModuleDictWrapper.__getattr__().
1.8.13