Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | Related Pages

Package saferef


Classes

class  BoundMethodWeakref

Functions

 safeRef (target, onDelete=None)


Detailed Description

Refactored "safe reference" from dispatcher.py


Function Documentation

saferef.safeRef target  ,
onDelete  = None
 

Return a *safe* weak reference to a callable target

target -- the object to be weakly referenced, if it's a bound method reference, will create a BoundMethodWeakref, otherwise creates a simple weakref. onDelete -- if provided, will have a hard reference stored to the callable to be called after the safe reference goes out of scope with the reference object, (either a weakref or a BoundMethodWeakref) as argument.


Generated on Fri Jul 21 13:28:01 2006 for LATTE R04-12-00 by doxygen 1.4.3