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