Expand description
Python tuples and related types.
Structs§
- Borrowed
Tuple Iterator - Used by
PyTuple::iter_borrowed(). - Bound
Tuple Iterator - Used by
PyTuple::into_iter(). - PyTuple
- Represents a Python
tupleobject.
Traits§
- PyTuple
Methods - Implementation of functionality for
PyTuple.