module documentation
*Real* reloading support for Python.
Class |
|
A utility mixin that's sensitive to rebuilds. |
Exception |
|
Exception raised when trying to rebuild a class whereas it's not possible. |
Function | __injectedgetattr__ |
A getattr method to cause a class to be refreshed. |
Function | latest |
Get the latest version of a class. |
Function | latest |
Get the latest version of a function. |
Function | rebuild |
Reload a module and do as much as possible to replace its references. |
Function | update |
Updates an instance to be current. |
Variable | last |
Undocumented |
Variable | _mod |
Undocumented |