class documentation

class Sensitive: (source)

View In Hierarchy

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 latest​Version​Of Get the latest version of an object.
Method need​Rebuild​Update Undocumented
Method rebuild​Up​To​Date Undocumented
Instance Variable last​Rebuild Undocumented
def latestVersionOf(self, anObject): (source)

Get the latest version of an object.

This can handle just about anything callable; instances, functions, methods, and classes.

def needRebuildUpdate(self): (source)

Undocumented

def rebuildUpToDate(self): (source)

Undocumented

lastRebuild = (source)

Undocumented