Index of the saferef module
-
m
louie.saferef
...
- Refactored 'safe reference from dispatcher.py
-
C
BoundMethodWeakref
...
- 'Safe' and reusable weak references to instance methods.
- f __nonzero__ ... - Whether we are still a valid reference.
- f __cmp__ ... - Compare with another reference.
- f calculate_key ... - Calculate the reference key for this reference.
- f __call__ ... - Return a strong reference to the bound method.
- f __init__ ... - Return a weak-reference-like instance for a bound method.
- f safe_ref ... - Return a safe weak reference to a callable target.
-
C
BoundMethodWeakref
...
- 'Safe' and reusable weak references to instance methods.