Skip to main content

Module tuple

Module tuple 

Source

Macrosยง

tuple_conversion ๐Ÿ”’

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.

Functionsยง

array_into_tuple ๐Ÿ”’
try_new_from_iter ๐Ÿ”’
with_vectorcall_arguments_offset ๐Ÿ”’ Neither PyPy nor GraalPy and (Py_3_9 and non-Py_LIMITED_API, or Py_3_12)
Add PY_VECTORCALL_ARGUMENTS_OFFSET to the given number, checking for overflow at compile time.
wrong_tuple_length ๐Ÿ”’
โš ๏ธ Internal Docs โš ๏ธ Not Public API ๐Ÿ‘‰ Official Docs Here