René's URL Explorer Experiment


Title: Tuple Objects — Python 3.15.0a5 documentation

Open Graph Title: Tuple Objects

Description: Struct Sequence Objects: A struct sequence object is a named tuple, that is, a sequence whose items can also be accessed through attributes. It is similar to collections.namedtuple(), but provides ...

Open Graph Description: Struct Sequence Objects: A struct sequence object is a named tuple, that is, a sequence whose items can also be accessed through attributes. It is similar to collections.namedtuple(), but provides ...

Opengraph URL: https://docs.python.org/3/c-api/tuple.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.15/_images/social_previews/summary_c-api_tuple_f7a253a6.png
og:image:altStruct Sequence Objects: A struct sequence object is a named tuple, that is, a sequence whose items can also be accessed through attributes. It is similar to collections.namedtuple(), but provides ...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/dev/contents.html
Tuple Objectshttps://docs.python.org/dev/c-api/tuple.html
Struct Sequence Objectshttps://docs.python.org/dev/c-api/tuple.html#struct-sequence-objects
Unicode Objects and Codecshttps://docs.python.org/dev/c-api/unicode.html
List Objectshttps://docs.python.org/dev/c-api/list.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/tuple.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/c-api/list.html
previoushttps://docs.python.org/dev/c-api/unicode.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
Python/C API Reference Manualhttps://docs.python.org/dev/c-api/index.html
Concrete Objects Layerhttps://docs.python.org/dev/c-api/concrete.html
Tuple Objectshttps://docs.python.org/dev/c-api/tuple.html
https://docs.python.org/dev/c-api/tuple.html#tuple-objects
https://docs.python.org/dev/c-api/tuple.html#c.PyTupleObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/tuple.html#c.PyTuple_Type
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
tuplehttps://docs.python.org/dev/library/stdtypes.html#tuple
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/tuple.html#c.PyTuple_Check
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/tuple.html#c.PyTuple_CheckExact
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
Py_ssize_thttps://docs.python.org/dev/c-api/intro.html#c.Py_ssize_t
https://docs.python.org/dev/c-api/tuple.html#c.PyTuple_New
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
Py_ssize_thttps://docs.python.org/dev/c-api/intro.html#c.Py_ssize_t
https://docs.python.org/dev/c-api/tuple.html#c.PyTuple_FromArray
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
Py_ssize_thttps://docs.python.org/dev/c-api/intro.html#c.Py_ssize_t
https://docs.python.org/dev/c-api/tuple.html#c.PyTuple_Pack
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
Py_ssize_thttps://docs.python.org/dev/c-api/intro.html#c.Py_ssize_t
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/tuple.html#c.PyTuple_Size
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
Py_ssize_thttps://docs.python.org/dev/c-api/intro.html#c.Py_ssize_t
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/tuple.html#c.PyTuple_GET_SIZE
PyTuple_Size()https://docs.python.org/dev/c-api/tuple.html#c.PyTuple_Size
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
Py_ssize_thttps://docs.python.org/dev/c-api/intro.html#c.Py_ssize_t
https://docs.python.org/dev/c-api/tuple.html#c.PyTuple_GetItem
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
IndexErrorhttps://docs.python.org/dev/library/exceptions.html#IndexError
strong referencehttps://docs.python.org/dev/glossary.html#term-strong-reference
Py_NewRef(PyTuple_GetItem(...))https://docs.python.org/dev/c-api/refcounting.html#c.Py_NewRef
PySequence_GetItem()https://docs.python.org/dev/c-api/sequence.html#c.PySequence_GetItem
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
Py_ssize_thttps://docs.python.org/dev/c-api/intro.html#c.Py_ssize_t
https://docs.python.org/dev/c-api/tuple.html#c.PyTuple_GET_ITEM
PyTuple_GetItem()https://docs.python.org/dev/c-api/tuple.html#c.PyTuple_GetItem
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
Py_ssize_thttps://docs.python.org/dev/c-api/intro.html#c.Py_ssize_t
Py_ssize_thttps://docs.python.org/dev/c-api/intro.html#c.Py_ssize_t
https://docs.python.org/dev/c-api/tuple.html#c.PyTuple_GetSlice
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
Py_ssize_thttps://docs.python.org/dev/c-api/intro.html#c.Py_ssize_t
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/tuple.html#c.PyTuple_SetItem
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
IndexErrorhttps://docs.python.org/dev/library/exceptions.html#IndexError
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
Py_ssize_thttps://docs.python.org/dev/c-api/intro.html#c.Py_ssize_t
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/tuple.html#c.PyTuple_SET_ITEM
PyTuple_SetItem()https://docs.python.org/dev/c-api/tuple.html#c.PyTuple_SetItem
debug modehttps://docs.python.org/dev/using/configure.html#debug-build
with assertionshttps://docs.python.org/dev/using/configure.html#cmdoption-with-assertions
PyTuple_SetItem()https://docs.python.org/dev/c-api/tuple.html#c.PyTuple_SetItem
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
Py_ssize_thttps://docs.python.org/dev/c-api/intro.html#c.Py_ssize_t
https://docs.python.org/dev/c-api/tuple.html#c._PyTuple_Resize
MemoryErrorhttps://docs.python.org/dev/library/exceptions.html#MemoryError
SystemErrorhttps://docs.python.org/dev/library/exceptions.html#SystemError
https://docs.python.org/dev/c-api/tuple.html#struct-sequence-objects
named tuplehttps://docs.python.org/dev/glossary.html#term-named-tuple
collections.namedtuple()https://docs.python.org/dev/library/collections.html#collections.namedtuple
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
PyStructSequence_Deschttps://docs.python.org/dev/c-api/tuple.html#c.PyStructSequence_Desc
https://docs.python.org/dev/c-api/tuple.html#c.PyStructSequence_NewType
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyStructSequence_New()https://docs.python.org/dev/c-api/tuple.html#c.PyStructSequence_New
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
PyStructSequence_Deschttps://docs.python.org/dev/c-api/tuple.html#c.PyStructSequence_Desc
https://docs.python.org/dev/c-api/tuple.html#c.PyStructSequence_InitType
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
PyStructSequence_Deschttps://docs.python.org/dev/c-api/tuple.html#c.PyStructSequence_Desc
https://docs.python.org/dev/c-api/tuple.html#c.PyStructSequence_InitType2
PyStructSequence_InitType()https://docs.python.org/dev/c-api/tuple.html#c.PyStructSequence_InitType
https://docs.python.org/dev/c-api/tuple.html#c.PyStructSequence_Desc
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
https://docs.python.org/dev/c-api/tuple.html#c.PyStructSequence_Desc.name
https://docs.python.org/dev/c-api/tuple.html#c.PyStructSequence_Desc.doc
PyStructSequence_Fieldhttps://docs.python.org/dev/c-api/tuple.html#c.PyStructSequence_Field
https://docs.python.org/dev/c-api/tuple.html#c.PyStructSequence_Desc.fields
https://docs.python.org/dev/c-api/tuple.html#c.PyStructSequence_Desc.n_in_sequence
https://docs.python.org/dev/c-api/tuple.html#c.PyStructSequence_Field
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
fieldshttps://docs.python.org/dev/c-api/tuple.html#c.PyStructSequence_Desc.fields
PyStructSequence_Deschttps://docs.python.org/dev/c-api/tuple.html#c.PyStructSequence_Desc
https://docs.python.org/dev/c-api/tuple.html#c.PyStructSequence_Field.name
PyStructSequence_UnnamedFieldhttps://docs.python.org/dev/c-api/tuple.html#c.PyStructSequence_UnnamedField
https://docs.python.org/dev/c-api/tuple.html#c.PyStructSequence_Field.doc
https://docs.python.org/dev/c-api/tuple.html#c.PyStructSequence_UnnamedField
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/tuple.html#c.PyStructSequence_New
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyStructSequence_NewType()https://docs.python.org/dev/c-api/tuple.html#c.PyStructSequence_NewType
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
Py_ssize_thttps://docs.python.org/dev/c-api/intro.html#c.Py_ssize_t
https://docs.python.org/dev/c-api/tuple.html#c.PyStructSequence_GetItem
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
debug modehttps://docs.python.org/dev/using/configure.html#debug-build
with assertionshttps://docs.python.org/dev/using/configure.html#cmdoption-with-assertions
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
Py_ssize_thttps://docs.python.org/dev/c-api/intro.html#c.Py_ssize_t
https://docs.python.org/dev/c-api/tuple.html#c.PyStructSequence_GET_ITEM
PyStructSequence_GetItem()https://docs.python.org/dev/c-api/tuple.html#c.PyStructSequence_GetItem
PyStructSequence_GetItem()https://docs.python.org/dev/c-api/tuple.html#c.PyStructSequence_GetItem
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
Py_ssize_thttps://docs.python.org/dev/c-api/intro.html#c.Py_ssize_t
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/tuple.html#c.PyStructSequence_SetItem
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyTuple_SET_ITEM()https://docs.python.org/dev/c-api/tuple.html#c.PyTuple_SET_ITEM
debug modehttps://docs.python.org/dev/using/configure.html#debug-build
with assertionshttps://docs.python.org/dev/using/configure.html#cmdoption-with-assertions
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
Py_ssize_thttps://docs.python.org/dev/c-api/intro.html#c.Py_ssize_t
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/tuple.html#c.PyStructSequence_SET_ITEM
PyStructSequence_SetItem()https://docs.python.org/dev/c-api/tuple.html#c.PyStructSequence_SetItem
PyStructSequence_SetItem()https://docs.python.org/dev/c-api/tuple.html#c.PyStructSequence_SetItem
Table of Contentshttps://docs.python.org/dev/contents.html
Tuple Objectshttps://docs.python.org/dev/c-api/tuple.html
Struct Sequence Objectshttps://docs.python.org/dev/c-api/tuple.html#struct-sequence-objects
Unicode Objects and Codecshttps://docs.python.org/dev/c-api/unicode.html
List Objectshttps://docs.python.org/dev/c-api/list.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/tuple.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/c-api/list.html
previoushttps://docs.python.org/dev/c-api/unicode.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
Python/C API Reference Manualhttps://docs.python.org/dev/c-api/index.html
Concrete Objects Layerhttps://docs.python.org/dev/c-api/concrete.html
Tuple Objectshttps://docs.python.org/dev/c-api/tuple.html
Copyrighthttps://docs.python.org/dev/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.