Represent a weak bound method, i.e. a method which doesn’t keep alive the object that it is bound to.
The method must be bound. notifyDead will be called when |
|
Return true if we are storing same object referred to by weakRef. |
WeakMethod
¶Represent a weak bound method, i.e. a method which doesn’t keep alive the object that it is bound to.
__init__
(self, method, notifyDead = None)¶The method must be bound. notifyDead will be called when object that method is bound to dies.
refs
(self, weakRef)¶Return true if we are storing same object referred to by weakRef.