t.m.e.CRUFT_WatchyThingie : class documentation

Part of twisted.manhole.explorer View Source View In Hierarchy

No class docstring
Method watchIdentifier Watch the object returned by evaluating the identifier.
Method watchObject Watch the given object.
def watchIdentifier(self, identifier, callback): (source)
Watch the object returned by evaluating the identifier.

Whenever I think the object might have changed, I'll send an ObjectLink of it to the callback.

WARNING: This calls eval() on its argument!

def watchObject(self, object, identifier, callback): (source)
Watch the given object.

Whenever I think the object might have changed, I'll send an ObjectLink of it to the callback.

The identifier argument is used to generate identifiers for objects which are members of this one.

API Documentation for Twisted, generated by pydoctor at 2013-11-08 22:07:30.