Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
weakref Namespace Reference

Data Structures

class  WeakValueDictionary
 
class  WeakKeyDictionary
 
class  BaseIter
 
class  WeakKeyedKeyIterator
 
class  WeakKeyedItemIterator
 
class  WeakValuedValueIterator
 
class  WeakValuedItemIterator
 

Variables

tuple ProxyTypes = (ProxyType, CallableProxyType)
 
list __all__
 

Detailed Description

Weak reference support for Python.

This module is an implementation of PEP 205:

http://python.sourceforge.net/peps/pep-0205.html

Variable Documentation

list __all__
Initial value:
1 = ["ref", "proxy", "getweakrefcount", "getweakrefs",
2  "WeakKeyDictionary", "ReferenceType", "ProxyType",
3  "CallableProxyType", "ProxyTypes", "WeakValueDictionary"]

Definition at line 28 of file weakref.py.

tuple ProxyTypes = (ProxyType, CallableProxyType)

Definition at line 26 of file weakref.py.