| weakref | index /usr/lib/python2.1/weakref.py |
Weak reference support for Python.
This module is an implementation of PEP 205:
http://python.sourceforge.net/peps/pep-0205.html
| Functions | ||
| ||
| Data | ||
| CallableProxyType = <type 'weakcallableproxy'> ProxyType = <type 'weakproxy'> ProxyTypes = (<type 'weakproxy'>, <type 'weakcallableproxy'>) ReferenceType = <type 'weakref'> __all__ = ['ref', 'proxy', 'getweakrefcount', 'getweakrefs', 'WeakKeyDictionary', 'ReferenceType', 'ProxyType', 'CallableProxyType', 'ProxyTypes', 'WeakValueDictionary'] __file__ = '/usr/lib/python2.1/weakref.pyc' __name__ = 'weakref' | ||