| |
- builtins.object
-
- EnvironmentAware
- FileManagerAware
- SettingsAware
class EnvironmentAware(builtins.object) |
|
DO NOT USE. This is for backward compatibility only. |
|
Methods defined here:
env = None
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
class FileManagerAware(builtins.object) |
|
Subclass this to gain access to the global "FM" object. |
|
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
class SettingsAware(builtins.object) |
|
Subclass this to gain access to the global "SettingObject" object. |
|
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
| |