| | |
- exceptions.Exception
-
- BSCError
- BSError
- BSSourceLimit
- __builtin__.object
-
- WeakMethod
class WeakMethod(__builtin__.object) |
| |
Wraps a function or, more importantly, a bound method, in
a way that allows a bound method's object to be GC'd, while
providing the same interface as a normal weak reference. |
| |
Methods defined here:
- __call__(self)
- __init__(self, fn)
Data and other attributes defined here:
- __dict__ = <dictproxy object>
- dictionary for instance variables (if defined)
- __weakref__ = <attribute '__weakref__' of 'WeakMethod' objects>
- list of weak references to the object (if defined)
| |