Module dict

Source

Modulesยง

borrowed_iter ๐Ÿ”’

Structsยง

BoundDictIterator
PyO3 implementation of an iterator for a Python dict object.
PyDict
Represents a Python dict.
PyDictItemsNeither PyPy nor GraalPy
Represents a Python dict_items.
PyDictKeysNeither PyPy nor GraalPy
Represents a Python dict_keys.
PyDictValuesNeither PyPy nor GraalPy
Represents a Python dict_values.

Enumsยง

DictIterImpl ๐Ÿ”’

Traitsยง

IntoPyDict
Conversion trait that allows a sequence of tuples to be converted into PyDict Primary use case for this trait is call and call_method methods as keywords argument.
PyDictItem ๐Ÿ”’
Represents a tuple which can be used as a PyDict item.
PyDictMethods
Implementation of functionality for PyDict.

Functionsยง

dict_len ๐Ÿ”’
โš ๏ธ Internal Docs โš ๏ธ Not Public API ๐Ÿ‘‰ Official Docs Here