Module pyo3::types

source ·
Expand description

Various types defined by the Python interpreter such as int, str and tuple.

Modules

  • Iteration over Python collections.

Structs

Enums

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.
  • Trait for accessing the date components of a struct containing a date.
  • Trait for accessing the components of a struct containing a timedelta.
  • Trait for accessing the time components of a struct containing a time.
  • Trait for accessing the components of a struct containing a tzinfo.

Functions