Module pyo3::types::dict

source ·

Modules§

Structs§

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

Traits§

  • 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.
  • Represents a tuple which can be used as a PyDict item.
  • Implementation of functionality for PyDict.

Functions§

⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here