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 0x7f595542b410>
|
|||
_abc_negative_cache = <_weakrefset.WeakSet object at 0x7f59554
|
|||
_abc_negative_cache_version = 25
|
|||
_abc_registry = <_weakrefset.WeakSet object at 0x7f595542b350>
|
|||
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 Oct 26 00:59:54 2016 | http://epydoc.sourceforge.net |