Module t.p.rebuild

Part of twisted.python View Source

*Real* reloading support for Python.
Line # Kind Name Docs
22 Class Sensitive A utility mixin that's sensitive to rebuilds.
66 Function latestFunction Get the latest version of a function.
79 Function latestClass Get the latest version of a class.
99 Class RebuildError Exception raised when trying to rebuild a class whereas it's not possible.
105 Function updateInstance Updates an instance to be current.
118 Function __getattr__ A getattr method to cause a class to be refreshed.
130 Function rebuild Reload a module and do as much as possible to replace its references.
def latestFunction(oldFunc): (source)
Get the latest version of a function.
def latestClass(oldClass): (source)
Get the latest version of a class.
def updateInstance(self): (source)
Updates an instance to be current.
def __getattr__(self, name): (source)
A getattr method to cause a class to be refreshed.
def rebuild(module, doLog=1): (source)
Reload a module and do as much as possible to replace its references.
API Documentation for Twisted, generated by pydoctor at 2008-10-26 16:12:37.