René's URL Explorer Experiment


Title: Common Object Structures — Python 3.9.24 documentation

Generator: Docutils 0.17.1: http://docutils.sourceforge.net/

direct link

Domain: docs.python.org

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/3.9/contents.html
Common Object Structureshttps://docs.python.org/3.9/c-api/structures.html
Base object types and macroshttps://docs.python.org/3.9/c-api/structures.html#base-object-types-and-macros
Implementing functions and methodshttps://docs.python.org/3.9/c-api/structures.html#implementing-functions-and-methods
Accessing attributes of extension typeshttps://docs.python.org/3.9/c-api/structures.html#accessing-attributes-of-extension-types
Allocating Objects on the Heaphttps://docs.python.org/3.9/c-api/allocation.html
Type Objectshttps://docs.python.org/3.9/c-api/typeobj.html
Report a Bughttps://docs.python.org/3.9/bugs.html
Show Source https://github.com/python/cpython/blob/3.9/Doc/c-api/structures.rst
Python documentation for the current stable releasehttps://docs.python.org/3/c-api/structures.html
indexhttps://docs.python.org/3.9/genindex.html
moduleshttps://docs.python.org/3.9/py-modindex.html
nexthttps://docs.python.org/3.9/c-api/typeobj.html
previoushttps://docs.python.org/3.9/c-api/allocation.html
Pythonhttps://www.python.org/
3.9.24 Documentationhttps://docs.python.org/3.9/index.html
Python/C API Reference Manualhttps://docs.python.org/3.9/c-api/index.html
Object Implementation Supporthttps://docs.python.org/3.9/c-api/objimpl.html
https://docs.python.org/3.9/c-api/structures.html#common-object-structures
https://docs.python.org/3.9/c-api/structures.html#base-object-types-and-macros
PyObjecthttps://docs.python.org/3.9/c-api/structures.html#c.PyObject
PyVarObjecthttps://docs.python.org/3.9/c-api/structures.html#c.PyVarObject
https://docs.python.org/3.9/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/3.9/c-api/structures.html#c.PyObject
PyObject*https://docs.python.org/3.9/c-api/structures.html#c.PyObject
Py_REFCNThttps://docs.python.org/3.9/c-api/structures.html#c.Py_REFCNT
Py_TYPEhttps://docs.python.org/3.9/c-api/structures.html#c.Py_TYPE
https://docs.python.org/3.9/c-api/structures.html#c.PyVarObject
PyObjecthttps://docs.python.org/3.9/c-api/structures.html#c.PyObject
Py_REFCNThttps://docs.python.org/3.9/c-api/structures.html#c.Py_REFCNT
Py_TYPEhttps://docs.python.org/3.9/c-api/structures.html#c.Py_TYPE
Py_SIZEhttps://docs.python.org/3.9/c-api/structures.html#c.Py_SIZE
https://docs.python.org/3.9/c-api/structures.html#c.PyObject_HEAD
PyObjecthttps://docs.python.org/3.9/c-api/structures.html#c.PyObject
https://docs.python.org/3.9/c-api/structures.html#c.PyObject_VAR_HEAD
PyVarObjecthttps://docs.python.org/3.9/c-api/structures.html#c.PyVarObject
https://docs.python.org/3.9/c-api/structures.html#c.Py_TYPE
PyObjecthttps://docs.python.org/3.9/c-api/structures.html#c.PyObject
PyTypeObjecthttps://docs.python.org/3.9/c-api/type.html#c.PyTypeObject
https://docs.python.org/3.9/c-api/structures.html#c.Py_IS_TYPE
PyObjecthttps://docs.python.org/3.9/c-api/structures.html#c.PyObject
PyTypeObjecthttps://docs.python.org/3.9/c-api/type.html#c.PyTypeObject
https://docs.python.org/3.9/c-api/structures.html#c.Py_SET_TYPE
https://docs.python.org/3.9/c-api/structures.html#c.Py_REFCNT
PyObjecthttps://docs.python.org/3.9/c-api/structures.html#c.PyObject
Py_ssize_thttps://docs.python.org/3.9/c-api/intro.html#c.Py_ssize_t
https://docs.python.org/3.9/c-api/structures.html#c.Py_SET_REFCNT
https://docs.python.org/3.9/c-api/structures.html#c.Py_SIZE
PyVarObjecthttps://docs.python.org/3.9/c-api/structures.html#c.PyVarObject
Py_ssize_thttps://docs.python.org/3.9/c-api/intro.html#c.Py_ssize_t
https://docs.python.org/3.9/c-api/structures.html#c.Py_SET_SIZE
https://docs.python.org/3.9/c-api/structures.html#c.PyObject_HEAD_INIT
PyObjecthttps://docs.python.org/3.9/c-api/structures.html#c.PyObject
https://docs.python.org/3.9/c-api/structures.html#c.PyVarObject_HEAD_INIT
PyVarObjecthttps://docs.python.org/3.9/c-api/structures.html#c.PyVarObject
https://docs.python.org/3.9/c-api/structures.html#implementing-functions-and-methods
https://docs.python.org/3.9/c-api/structures.html#c.PyCFunction
PyObject*https://docs.python.org/3.9/c-api/structures.html#c.PyObject
https://docs.python.org/3.9/c-api/structures.html#c.PyCFunctionWithKeywords
https://docs.python.org/3.9/c-api/structures.html#c._PyCFunctionFast
METH_FASTCALLhttps://docs.python.org/3.9/c-api/structures.html#METH_FASTCALL
https://docs.python.org/3.9/c-api/structures.html#c._PyCFunctionFastWithKeywords
https://docs.python.org/3.9/c-api/structures.html#c.PyCMethod
https://docs.python.org/3.9/c-api/structures.html#c.PyMethodDef
PyObject*https://docs.python.org/3.9/c-api/structures.html#c.PyObject
PyCFunctionhttps://docs.python.org/3.9/c-api/structures.html#c.PyCFunction
PyCFunctionhttps://docs.python.org/3.9/c-api/structures.html#c.PyCFunction
PyObject*https://docs.python.org/3.9/c-api/structures.html#c.PyObject
https://docs.python.org/3.9/c-api/structures.html#METH_VARARGS
PyCFunctionhttps://docs.python.org/3.9/c-api/structures.html#c.PyCFunction
PyObject*https://docs.python.org/3.9/c-api/structures.html#c.PyObject
PyArg_ParseTuple()https://docs.python.org/3.9/c-api/arg.html#c.PyArg_ParseTuple
PyArg_UnpackTuple()https://docs.python.org/3.9/c-api/arg.html#c.PyArg_UnpackTuple
PyCFunctionWithKeywordshttps://docs.python.org/3.9/c-api/structures.html#c.PyCFunctionWithKeywords
PyArg_ParseTupleAndKeywords()https://docs.python.org/3.9/c-api/arg.html#c.PyArg_ParseTupleAndKeywords
https://docs.python.org/3.9/c-api/structures.html#METH_FASTCALL
_PyCFunctionFasthttps://docs.python.org/3.9/c-api/structures.html#c._PyCFunctionFast
PyObject*https://docs.python.org/3.9/c-api/structures.html#c.PyObject
limited APIhttps://docs.python.org/3.9/c-api/stable.html#stable
METH_FASTCALLhttps://docs.python.org/3.9/c-api/structures.html#METH_FASTCALL
_PyCFunctionFastWithKeywordshttps://docs.python.org/3.9/c-api/structures.html#c._PyCFunctionFastWithKeywords
vectorcall protocolhttps://docs.python.org/3.9/c-api/call.html#vectorcall
PyObject*https://docs.python.org/3.9/c-api/structures.html#c.PyObject
limited APIhttps://docs.python.org/3.9/c-api/stable.html#stable
PyCMethodhttps://docs.python.org/3.9/c-api/structures.html#c.PyCMethod
https://docs.python.org/3.9/c-api/structures.html#METH_NOARGS
METH_NOARGShttps://docs.python.org/3.9/c-api/structures.html#METH_NOARGS
PyCFunctionhttps://docs.python.org/3.9/c-api/structures.html#c.PyCFunction
https://docs.python.org/3.9/c-api/structures.html#METH_O
METH_Ohttps://docs.python.org/3.9/c-api/structures.html#METH_O
PyArg_ParseTuple()https://docs.python.org/3.9/c-api/arg.html#c.PyArg_ParseTuple
PyCFunctionhttps://docs.python.org/3.9/c-api/structures.html#c.PyCFunction
PyObject*https://docs.python.org/3.9/c-api/structures.html#c.PyObject
https://docs.python.org/3.9/c-api/structures.html#METH_CLASS
classmethod()https://docs.python.org/3.9/library/functions.html#classmethod
https://docs.python.org/3.9/c-api/structures.html#METH_STATIC
staticmethod()https://docs.python.org/3.9/library/functions.html#staticmethod
https://docs.python.org/3.9/c-api/structures.html#METH_COEXIST
__contains__()https://docs.python.org/3.9/reference/datamodel.html#object.__contains__
https://docs.python.org/3.9/c-api/structures.html#accessing-attributes-of-extension-types
https://docs.python.org/3.9/c-api/structures.html#c.PyMemberDef
AttributeErrorhttps://docs.python.org/3.9/library/exceptions.html#AttributeError
delhttps://docs.python.org/3.9/reference/simple_stmts.html#del
typehttps://docs.python.org/3.9/library/functions.html#type
PyType_FromSpec()https://docs.python.org/3.9/c-api/type.html#c.PyType_FromSpec
tp_dictoffsethttps://docs.python.org/3.9/c-api/typeobj.html#c.PyTypeObject.tp_dictoffset
tp_weaklistoffsethttps://docs.python.org/3.9/c-api/typeobj.html#c.PyTypeObject.tp_weaklistoffset
tp_vectorcall_offsethttps://docs.python.org/3.9/c-api/typeobj.html#c.PyTypeObject.tp_vectorcall_offset
PyObjecthttps://docs.python.org/3.9/c-api/structures.html#c.PyObject
PyMemberDefhttps://docs.python.org/3.9/c-api/structures.html#c.PyMemberDef
https://docs.python.org/3.9/c-api/structures.html#c.PyMember_GetOne
PyMemberDefhttps://docs.python.org/3.9/c-api/structures.html#c.PyMemberDef
PyObjecthttps://docs.python.org/3.9/c-api/structures.html#c.PyObject
https://docs.python.org/3.9/c-api/structures.html#c.PyMember_SetOne
https://docs.python.org/3.9/c-api/structures.html#c.PyGetSetDef
PyTypeObject.tp_getsethttps://docs.python.org/3.9/c-api/typeobj.html#c.PyTypeObject.tp_getset
PyObject*https://docs.python.org/3.9/c-api/structures.html#c.PyObject
PyObject*https://docs.python.org/3.9/c-api/structures.html#c.PyObject
Table of Contentshttps://docs.python.org/3.9/contents.html
Common Object Structureshttps://docs.python.org/3.9/c-api/structures.html
Base object types and macroshttps://docs.python.org/3.9/c-api/structures.html#base-object-types-and-macros
Implementing functions and methodshttps://docs.python.org/3.9/c-api/structures.html#implementing-functions-and-methods
Accessing attributes of extension typeshttps://docs.python.org/3.9/c-api/structures.html#accessing-attributes-of-extension-types
Allocating Objects on the Heaphttps://docs.python.org/3.9/c-api/allocation.html
Type Objectshttps://docs.python.org/3.9/c-api/typeobj.html
Report a Bughttps://docs.python.org/3.9/bugs.html
Show Source https://github.com/python/cpython/blob/3.9/Doc/c-api/structures.rst
indexhttps://docs.python.org/3.9/genindex.html
moduleshttps://docs.python.org/3.9/py-modindex.html
nexthttps://docs.python.org/3.9/c-api/typeobj.html
previoushttps://docs.python.org/3.9/c-api/allocation.html
Pythonhttps://www.python.org/
3.9.24 Documentationhttps://docs.python.org/3.9/index.html
Python/C API Reference Manualhttps://docs.python.org/3.9/c-api/index.html
Object Implementation Supporthttps://docs.python.org/3.9/c-api/objimpl.html
Copyrighthttps://docs.python.org/3.9/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.