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 0x2b37b727f2d0>
|
|||
_abc_negative_cache = <_weakrefset.WeakSet object at 0x2b37b72
|
|||
_abc_registry = <_weakrefset.WeakSet object at 0x2b37b727f290>
|
|||
Inherited from 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 Tue Nov 10 06:07:29 2015 | http://epydoc.sourceforge.net |