Home | Trees | Index | Help |
|
---|
Package twisted :: Package world :: Module hashless :: Class HashlessWeakKeyDictionary |
|
IterableUserDict
--+ |HashlessDictionary
--+ | HashlessWeakKeyDictionary
Mapping class that references keys weakly and by id.
Internal storage is id(key) -> ref(key), valueMethod Summary | |
---|---|
__makeremove(self,
key)
| |
__repr__(self)
| |
__setitem__(self,
key,
value)
| |
iteritems(self)
| |
pop(self,
key,
*args)
| |
popitem(self)
| |
Inherited from HashlessDictionary | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Inherited from UserDict | |
__init__(...)
| |
__cmp__(...)
| |
__len__(...)
| |
clear(...)
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Sat Sep 13 04:21:11 2003 | http://epydoc.sf.net |