Package twisted :: Package python :: Module rebuild
[show private | hide private]
[frames | no frames]

Module twisted.python.rebuild

*Real* reloading support for Python.
Classes
Sensitive A utility mixin that's sensitive to rebuilds.

Function Summary
  __getattr__(self, name)
A getattr method to cause a class to be refreshed.
  latestClass(oldClass)
Get the latest version of a class.
  latestFunction(oldFunc)
Get the latest version of a function.
  rebuild(module, doLog)
Reload a module and do as much as possible to replace its references.
  updateInstance(self)
Updates an instance to be current

Variable Summary
float lastRebuild
int object
dictionary _modDictIDMap

Function Details

__getattr__(self, name)
(Qualification operator)

A getattr method to cause a class to be refreshed.

latestClass(oldClass)

Get the latest version of a class.

latestFunction(oldFunc)

Get the latest version of a function.

rebuild(module, doLog=1)

Reload a module and do as much as possible to replace its references.

updateInstance(self)

Updates an instance to be current

Variable Details

lastRebuild

Type:
float
Value:
1045365430.0318691                                                     

object

Type:
int
Value:
0                                                                      

_modDictIDMap

Type:
dictionary
Value:
{}                                                                     

Generated by Epydoc 1.1 on Sat Feb 15 21:19:17 2003 http://epydoc.sf.net