Trees | Indices | Help |
|
---|
|
object --+ | _abcoll.Sized --+ | object --+ | | | _abcoll.Iterable --+ | object --+ | | | _abcoll.Container --+ | _abcoll.Mapping --+ | _abcoll.MutableMapping --+ | object --+ | | | dict --+ | IdentityMapping
An identity mapping is a dictionary for mutable objects that uses the id for the object as the key. The object itself and only the object, independent of any values it contains, is used to look up the value.
|
|||
Inherited from |
|
|||
new empty dictionary |
|
||
|
|||
|
|||
|
|||
True if D has a key k, else False |
|
||
|
|||
list of D's keys |
|
||
an iterator over the keys of D |
|
||
True if D has a key k, else False |
|
||
an iterator over the (key, value) items of D |
|
||
None |
|
||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
__abstractmethods__ =
|
|||
_abc_cache = <_weakrefset.WeakSet object at 0x2b6a5fdb9c10>
|
|||
_abc_negative_cache = <_weakrefset.WeakSet object at 0x2b6a5fd
|
|||
_abc_negative_cache_version = 24 hash(x) |
|||
_abc_registry = <_weakrefset.WeakSet object at 0x2b6a5fdb9b90>
|
|||
Inherited from |
|
|||
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
x[y]
|
x[i]=y
|
del x[y]
|
|
len(x)
|
|
|
|
|
Remove all items from D.
|
|
_abc_negative_cache
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Feb 3 06:05:18 2016 | http://epydoc.sourceforge.net |