 wx.lib.pubsub.core.weakmethod.WeakMethod¶
 wx.lib.pubsub.core.weakmethod.WeakMethod¶Represent a weak bound method, i.e. a method which doesn’t keep alive the object that it is bound to.
 Class Hierarchy¶
 Class Hierarchy¶ Inheritance diagram for class WeakMethod:
Inheritance diagram for class WeakMethod:
 Methods Summary¶
 Methods Summary¶| The method must be bound. notifyDead will be called when | |
| Return true if we are storing same object referred to by weakRef. | 
 Class API¶
 Class API¶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 object that method is bound to dies.
Return true if we are storing same object referred to by weakRef.