Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Data Structures | |
class | WeakValueDictionary |
class | WeakKeyDictionary |
class | BaseIter |
class | WeakKeyedKeyIterator |
class | WeakKeyedItemIterator |
class | WeakValuedValueIterator |
class | WeakValuedItemIterator |
Variables | |
tuple | ProxyTypes = (ProxyType, CallableProxyType) |
list | __all__ |
Weak reference support for Python. This module is an implementation of PEP 205: http://python.sourceforge.net/peps/pep-0205.html
list __all__ |
Definition at line 28 of file weakref.py.
tuple ProxyTypes = (ProxyType, CallableProxyType) |
Definition at line 26 of file weakref.py.