Expand description
Python dictionaries and related types.
Structs§
- Bound
Dict Iterator - PyO3 implementation of an iterator for a Python
dictobject. - PyDict
- Represents a Python
dict.
Traits§
- Into
PyDict - Conversion trait that allows a sequence of tuples to be converted into
PyDictPrimary use case for this trait iscallandcall_methodmethods as keywords argument. - PyDict
Methods - Implementation of functionality for
PyDict.