Skip to main content

Module tuple

Module tuple 

Source
Expand description

Python tuples and related types.

Structs§

BorrowedTupleIterator
Used by PyTuple::iter_borrowed().
BoundTupleIterator
Used by PyTuple::into_iter().
PyTuple
Represents a Python tuple object.

Traits§

PyTupleMethods
Implementation of functionality for PyTuple.