Proxy of C++ std::map< citem_locator_t,int32 > class.
|
__contains__(self,
key)
Returns true if the specified key exists in the . |
|
|
|
__delitem__(self,
key)
Removes the value associated with the provided key. |
|
|
|
__getitem__(self,
key)
Returns the value associated with the provided key. |
|
|
user_iflags_t
|
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
__iter__(self)
Iterate over dictionary keys. |
|
|
size_t
|
|
|
|
|
__setitem__(self,
key,
value)
Returns the value associated with the provided key. |
|
|
|
|
int &
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
get(self,
key,
default=None) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pop(self,
key)
Sets the value associated with the provided key. |
|
|
|
popitem(self)
Sets the value associated with the provided key. |
|
|
|
|
|
setdefault(self,
key,
default=None)
Sets the value associated with the provided key. |
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|