Home | 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 0x7f2d4d19fc50>
|
|||
_abc_negative_cache = <_weakrefset.WeakSet object at 0x7f2d4d1
|
|||
_abc_registry = <_weakrefset.WeakSet object at 0x7f2d4d19fb90>
|
|||
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
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Aug 8 02:53:06 2017 | http://epydoc.sourceforge.net |