Skip to main content

Module dict

Module dict 

Source
Expand description

Python dictionaries and related types.

Structs§

BoundDictIterator
PyO3 implementation of an iterator for a Python dict object.
PyDict
Represents a Python dict.

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.
PyDictMethods
Implementation of functionality for PyDict.