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 0x7f1a18f3fa10>
|
|||
_abc_negative_cache = <_weakrefset.WeakSet object at 0x7f1a18f
|
|||
_abc_registry = <_weakrefset.WeakSet object at 0x7f1a18f3f950>
|
|||
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 May 2 06:33:23 2017 | http://epydoc.sourceforge.net |