twisted.manhole.explorer.CRUFT_WatchyThingie
class documentationtwisted.manhole.explorer
View Source
(View In Hierarchy)
Method | watchIdentifier | Watch the object returned by evaluating the identifier. |
Method | watchObject | Watch the given object. |
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!
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.