Home | Trees | Index | Help |
---|
Package twisted :: Package python :: Module rebuild :: Class Sensitive |
|
A utility mixin that's sensitive to rebuilds.
This is a mixin for classes (usually those which represent collections of callbacks) to make sure that their code is up-to-date before running.Method Summary | |
---|---|
Get the latest version of an object. | |
needRebuildUpdate(self)
| |
rebuildUpToDate(self)
|
Class Variable Summary | |
---|---|
float |
lastRebuild
|
Method Details |
---|
latestVersionOf(self, anObject)Get the latest version of an object. This can handle just about anything callable; instances, functions, methods, and classes. |
Class Variable Details |
---|
lastRebuild
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Fri Jun 27 03:45:58 2003 | http://epydoc.sf.net |