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