Trees | Indices | Help |
|
---|
|
Weak reference support for Python.
This module is an implementation of PEP 205:
http://python.sourceforge.net/peps/pep-0205.html
|
|||
ref | |||
CallableProxyType | |||
ProxyType | |||
ReferenceType | |||
WeakValueDictionary Mapping class that references values weakly. |
|||
KeyedRef Specialized reference that includes a key corresponding to the value. |
|||
WeakKeyDictionary Mapping class that references keys weakly. |
|
|||
|
|||
|
|||
|
|
|||
ProxyTypes =
|
Imports: UserDict, ReferenceError
|
create a proxy object that weakly references 'object'. 'callback', if given, is called with a reference to the proxy when 'object' is about to be finalized. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0 on Tue Jan 29 22:41:32 2008 | http://epydoc.sourceforge.net |