twisted.python.rebuild
module documentationtwisted.python
View Source
*Real* reloading support for Python.
Class | Sensitive | A utility mixin that's sensitive to rebuilds. |
Function | latestFunction | Get the latest version of a function. |
Function | latestClass | Get the latest version of a class. |
Class | RebuildError | Exception raised when trying to rebuild a class whereas it's not possible. |
Function | updateInstance | Updates an instance to be current. |
Function | __getattr__ | A getattr method to cause a class to be refreshed. |
Function | rebuild | Reload a module and do as much as possible to replace its references. |
Reload a module and do as much as possible to replace its references.