[−][src]Module pyo3::types
Various types defined by the Python interpreter such as int
, str
and tuple
.
Structs
PyAny | A Python object with GIL lifetime |
PyBool | Represents a Python |
PyByteArray | Represents a Python |
PyBytes | Represents a Python |
PyComplex | Represents a Python |
PyDate | Bindings around |
PyDateTime | Bindings for |
PyDelta | Bindings for |
PyDict | Represents a Python |
PyFloat | Represents a Python |
PyFrozenSet | Represents a Python |
PyInt | Represents a Python |
PyIterator | A Python iterator object. |
PyList | Represents a Python |
PyLong | Represents a Python |
PyModule | Represents a Python |
PySequence | Represents a reference to a Python object supporting the sequence protocol. |
PySet | Represents a Python |
PySlice | Represents a Python |
PySliceIndices | Represents Python |
PyString | Represents a Python |
PyTime | Bindings for |
PyTuple | Represents a Python |
PyType | Represents a reference to a Python |
PyTzInfo | Bindings for |
PyUnicode | Represents a Python |
Traits
IntoPyDict | Conversion trait that allows a sequence of tuples to be converted into |
PyDateAccess | Access traits Trait for accessing the date components of a struct containing a date. |
PyDeltaAccess | Trait for accessing the components of a struct containing a timedelta. |
PyTimeAccess | Trait for accessing the time components of a struct containing a time. |