 
       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.
 Methods Summary¶
 Methods Summary¶| __init__ | The method must be bound. notifyDead will be called when | 
| refs | Return true if we are storing same object referred to by weakRef. | 
 Class API¶
 Class API¶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.