René's URL Explorer Experiment


Title: Type Objects — 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
Type Objectshttps://docs.python.org/3.9/c-api/type.html
Creating Heap-Allocated Typeshttps://docs.python.org/3.9/c-api/type.html#creating-heap-allocated-types
Concrete Objects Layerhttps://docs.python.org/3.9/c-api/concrete.html
The None Objecthttps://docs.python.org/3.9/c-api/none.html
Report a Bughttps://docs.python.org/3.9/bugs.html
Show Source https://github.com/python/cpython/blob/3.9/Doc/c-api/type.rst
Python documentation for the current stable releasehttps://docs.python.org/3/c-api/type.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/none.html
previoushttps://docs.python.org/3.9/c-api/concrete.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
Concrete Objects Layerhttps://docs.python.org/3.9/c-api/concrete.html
https://docs.python.org/3.9/c-api/type.html#type-objects
https://docs.python.org/3.9/c-api/type.html#c.PyTypeObject
PyTypeObjecthttps://docs.python.org/3.9/c-api/type.html#c.PyTypeObject
https://docs.python.org/3.9/c-api/type.html#c.PyType_Type
typehttps://docs.python.org/3.9/library/functions.html#type
PyObjecthttps://docs.python.org/3.9/c-api/structures.html#c.PyObject
https://docs.python.org/3.9/c-api/type.html#c.PyType_Check
PyObjecthttps://docs.python.org/3.9/c-api/structures.html#c.PyObject
https://docs.python.org/3.9/c-api/type.html#c.PyType_CheckExact
https://docs.python.org/3.9/c-api/type.html#c.PyType_ClearCache
PyTypeObjecthttps://docs.python.org/3.9/c-api/type.html#c.PyTypeObject
https://docs.python.org/3.9/c-api/type.html#c.PyType_GetFlags
tp_flagshttps://docs.python.org/3.9/c-api/typeobj.html#c.PyTypeObject.tp_flags
tp_flagshttps://docs.python.org/3.9/c-api/typeobj.html#c.PyTypeObject.tp_flags
PyTypeObjecthttps://docs.python.org/3.9/c-api/type.html#c.PyTypeObject
https://docs.python.org/3.9/c-api/type.html#c.PyType_Modified
PyTypeObjecthttps://docs.python.org/3.9/c-api/type.html#c.PyTypeObject
https://docs.python.org/3.9/c-api/type.html#c.PyType_HasFeature
PyTypeObjecthttps://docs.python.org/3.9/c-api/type.html#c.PyTypeObject
https://docs.python.org/3.9/c-api/type.html#c.PyType_IS_GC
Py_TPFLAGS_HAVE_GChttps://docs.python.org/3.9/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC
PyTypeObjecthttps://docs.python.org/3.9/c-api/type.html#c.PyTypeObject
PyTypeObjecthttps://docs.python.org/3.9/c-api/type.html#c.PyTypeObject
https://docs.python.org/3.9/c-api/type.html#c.PyType_IsSubtype
__subclasscheck__()https://docs.python.org/3.9/reference/datamodel.html#class.__subclasscheck__
PyObject_IsSubclass()https://docs.python.org/3.9/c-api/object.html#c.PyObject_IsSubclass
issubclass()https://docs.python.org/3.9/library/functions.html#issubclass
PyObjecthttps://docs.python.org/3.9/c-api/structures.html#c.PyObject
PyTypeObjecthttps://docs.python.org/3.9/c-api/type.html#c.PyTypeObject
Py_ssize_thttps://docs.python.org/3.9/c-api/intro.html#c.Py_ssize_t
https://docs.python.org/3.9/c-api/type.html#c.PyType_GenericAlloc
tp_allochttps://docs.python.org/3.9/c-api/typeobj.html#c.PyTypeObject.tp_alloc
PyObjecthttps://docs.python.org/3.9/c-api/structures.html#c.PyObject
PyTypeObjecthttps://docs.python.org/3.9/c-api/type.html#c.PyTypeObject
PyObjecthttps://docs.python.org/3.9/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/3.9/c-api/structures.html#c.PyObject
https://docs.python.org/3.9/c-api/type.html#c.PyType_GenericNew
tp_newhttps://docs.python.org/3.9/c-api/typeobj.html#c.PyTypeObject.tp_new
tp_allochttps://docs.python.org/3.9/c-api/typeobj.html#c.PyTypeObject.tp_alloc
PyTypeObjecthttps://docs.python.org/3.9/c-api/type.html#c.PyTypeObject
https://docs.python.org/3.9/c-api/type.html#c.PyType_Ready
Py_TPFLAGS_HAVE_GChttps://docs.python.org/3.9/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC
Py_TPFLAGS_HAVE_GChttps://docs.python.org/3.9/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC
tp_traversehttps://docs.python.org/3.9/c-api/typeobj.html#c.PyTypeObject.tp_traverse
PyTypeObjecthttps://docs.python.org/3.9/c-api/type.html#c.PyTypeObject
https://docs.python.org/3.9/c-api/type.html#c.PyType_GetSlot
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/type.html#c.PyType_GetModule
PyType_FromModuleAndSpec()https://docs.python.org/3.9/c-api/type.html#c.PyType_FromModuleAndSpec
TypeErrorhttps://docs.python.org/3.9/library/exceptions.html#TypeError
PyCMethodhttps://docs.python.org/3.9/c-api/structures.html#c.PyCMethod
PyTypeObjecthttps://docs.python.org/3.9/c-api/type.html#c.PyTypeObject
https://docs.python.org/3.9/c-api/type.html#c.PyType_GetModuleState
PyModule_GetState()https://docs.python.org/3.9/c-api/module.html#c.PyModule_GetState
PyType_GetModule()https://docs.python.org/3.9/c-api/type.html#c.PyType_GetModule
TypeErrorhttps://docs.python.org/3.9/library/exceptions.html#TypeError
https://docs.python.org/3.9/c-api/type.html#creating-heap-allocated-types
heap typeshttps://docs.python.org/3.9/c-api/typeobj.html#heap-types
PyObjecthttps://docs.python.org/3.9/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/3.9/c-api/structures.html#c.PyObject
PyType_Spechttps://docs.python.org/3.9/c-api/type.html#c.PyType_Spec
PyObjecthttps://docs.python.org/3.9/c-api/structures.html#c.PyObject
https://docs.python.org/3.9/c-api/type.html#c.PyType_FromModuleAndSpec
Py_TPFLAGS_HEAPTYPEhttps://docs.python.org/3.9/c-api/typeobj.html#Py_TPFLAGS_HEAPTYPE
objecthttps://docs.python.org/3.9/library/functions.html#object
PyType_GetModule()https://docs.python.org/3.9/c-api/type.html#c.PyType_GetModule
PyType_Ready()https://docs.python.org/3.9/c-api/type.html#c.PyType_Ready
PyObjecthttps://docs.python.org/3.9/c-api/structures.html#c.PyObject
PyType_Spechttps://docs.python.org/3.9/c-api/type.html#c.PyType_Spec
PyObjecthttps://docs.python.org/3.9/c-api/structures.html#c.PyObject
https://docs.python.org/3.9/c-api/type.html#c.PyType_FromSpecWithBases
PyObjecthttps://docs.python.org/3.9/c-api/structures.html#c.PyObject
PyType_Spechttps://docs.python.org/3.9/c-api/type.html#c.PyType_Spec
https://docs.python.org/3.9/c-api/type.html#c.PyType_FromSpec
https://docs.python.org/3.9/c-api/type.html#c.PyType_Spec
https://docs.python.org/3.9/c-api/type.html#c.PyType_Spec.PyType_Spec.name
PyTypeObject.tp_namehttps://docs.python.org/3.9/c-api/typeobj.html#c.PyTypeObject.tp_name
https://docs.python.org/3.9/c-api/type.html#c.PyType_Spec.PyType_Spec.basicsize
https://docs.python.org/3.9/c-api/type.html#c.PyType_Spec.PyType_Spec.itemsize
PyTypeObject.tp_basicsizehttps://docs.python.org/3.9/c-api/typeobj.html#c.PyTypeObject.tp_basicsize
PyTypeObject.tp_itemsizehttps://docs.python.org/3.9/c-api/typeobj.html#c.PyTypeObject.tp_itemsize
https://docs.python.org/3.9/c-api/type.html#c.PyType_Spec.PyType_Spec.flags
PyTypeObject.tp_flagshttps://docs.python.org/3.9/c-api/typeobj.html#c.PyTypeObject.tp_flags
PyType_FromSpecWithBases()https://docs.python.org/3.9/c-api/type.html#c.PyType_FromSpecWithBases
PyType_Slothttps://docs.python.org/3.9/c-api/type.html#c.PyType_Slot
https://docs.python.org/3.9/c-api/type.html#c.PyType_Spec.PyType_Spec.slots
PyType_Slothttps://docs.python.org/3.9/c-api/type.html#c.PyType_Slot
https://docs.python.org/3.9/c-api/type.html#c.PyType_Slot
https://docs.python.org/3.9/c-api/type.html#c.PyType_Slot.PyType_Slot.slot
PyTypeObjecthttps://docs.python.org/3.9/c-api/type.html#c.PyTypeObject
PyNumberMethodshttps://docs.python.org/3.9/c-api/typeobj.html#c.PyNumberMethods
PySequenceMethodshttps://docs.python.org/3.9/c-api/typeobj.html#c.PySequenceMethods
PyMappingMethodshttps://docs.python.org/3.9/c-api/typeobj.html#c.PyMappingMethods
PyAsyncMethodshttps://docs.python.org/3.9/c-api/typeobj.html#c.PyAsyncMethods
PyTypeObject.tp_deallochttps://docs.python.org/3.9/c-api/typeobj.html#c.PyTypeObject.tp_dealloc
PyNumberMethods.nb_addhttps://docs.python.org/3.9/c-api/typeobj.html#c.PyNumberMethods.nb_add
PySequenceMethods.sq_lengthhttps://docs.python.org/3.9/c-api/typeobj.html#c.PySequenceMethods.sq_length
PyType_Spechttps://docs.python.org/3.9/c-api/type.html#c.PyType_Spec
PyType_Slothttps://docs.python.org/3.9/c-api/type.html#c.PyType_Slot
tp_dicthttps://docs.python.org/3.9/c-api/typeobj.html#c.PyTypeObject.tp_dict
tp_mrohttps://docs.python.org/3.9/c-api/typeobj.html#c.PyTypeObject.tp_mro
tp_cachehttps://docs.python.org/3.9/c-api/typeobj.html#c.PyTypeObject.tp_cache
tp_subclasseshttps://docs.python.org/3.9/c-api/typeobj.html#c.PyTypeObject.tp_subclasses
tp_weaklisthttps://docs.python.org/3.9/c-api/typeobj.html#c.PyTypeObject.tp_weaklist
tp_vectorcallhttps://docs.python.org/3.9/c-api/typeobj.html#c.PyTypeObject.tp_vectorcall
tp_weaklistoffsethttps://docs.python.org/3.9/c-api/typeobj.html#c.PyTypeObject.tp_weaklistoffset
PyMemberDefhttps://docs.python.org/3.9/c-api/structures.html#pymemberdef-offsets
tp_dictoffsethttps://docs.python.org/3.9/c-api/typeobj.html#c.PyTypeObject.tp_dictoffset
PyMemberDefhttps://docs.python.org/3.9/c-api/structures.html#pymemberdef-offsets
tp_vectorcall_offsethttps://docs.python.org/3.9/c-api/typeobj.html#c.PyTypeObject.tp_vectorcall_offset
PyMemberDefhttps://docs.python.org/3.9/c-api/structures.html#pymemberdef-offsets
PyType_Spechttps://docs.python.org/3.9/c-api/type.html#c.PyType_Spec
PyType_Slothttps://docs.python.org/3.9/c-api/type.html#c.PyType_Slot
bf_getbufferhttps://docs.python.org/3.9/c-api/typeobj.html#c.PyBufferProcs.bf_getbuffer
bf_releasebufferhttps://docs.python.org/3.9/c-api/typeobj.html#c.PyBufferProcs.bf_releasebuffer
PyBufferProcshttps://docs.python.org/3.9/c-api/typeobj.html#c.PyBufferProcs
https://docs.python.org/3.9/c-api/type.html#c.PyType_Slot.PyType_Slot.pfunc
Table of Contentshttps://docs.python.org/3.9/contents.html
Type Objectshttps://docs.python.org/3.9/c-api/type.html
Creating Heap-Allocated Typeshttps://docs.python.org/3.9/c-api/type.html#creating-heap-allocated-types
Concrete Objects Layerhttps://docs.python.org/3.9/c-api/concrete.html
The None Objecthttps://docs.python.org/3.9/c-api/none.html
Report a Bughttps://docs.python.org/3.9/bugs.html
Show Source https://github.com/python/cpython/blob/3.9/Doc/c-api/type.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/none.html
previoushttps://docs.python.org/3.9/c-api/concrete.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
Concrete Objects Layerhttps://docs.python.org/3.9/c-api/concrete.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.