René's URL Explorer Experiment


Title: Type Objects — Python 3.7.17 documentation

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

direct link

Domain: docs.python.org

Links:

Python documentation for the current stable releasehttps://docs.python.org/3/c-api/typeobj.html
indexhttps://docs.python.org/3.7/genindex.html
moduleshttps://docs.python.org/3.7/py-modindex.html
nexthttps://docs.python.org/3.7/c-api/gcsupport.html
previoushttps://docs.python.org/3.7/c-api/structures.html
Pythonhttps://www.python.org/
3.7.17 Documentationhttps://docs.python.org/3.7/index.html
Python/C API Reference Manualhttps://docs.python.org/3.7/c-api/index.html
Object Implementation Supporthttps://docs.python.org/3.7/c-api/objimpl.html
https://docs.python.org/3.7/c-api/typeobj.html#type-objects
PyTypeObjecthttps://docs.python.org/3.7/c-api/type.html#c.PyTypeObject
PyTypeObjecthttps://docs.python.org/3.7/c-api/type.html#c.PyTypeObject
PyVarObjecthttps://docs.python.org/3.7/c-api/structures.html#c.PyVarObject
PyType_Typehttps://docs.python.org/3.7/c-api/type.html#c.PyType_Type
tp_itemsizehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_itemsize
PyObjecthttps://docs.python.org/3.7/c-api/structures.html#c.PyObject
https://docs.python.org/3.7/c-api/typeobj.html#c.PyObject._ob_next
PyObjecthttps://docs.python.org/3.7/c-api/structures.html#c.PyObject
https://docs.python.org/3.7/c-api/typeobj.html#c.PyObject._ob_prev
PYTHONDUMPREFShttps://docs.python.org/3.7/using/cmdline.html#envvar-PYTHONDUMPREFS
https://docs.python.org/3.7/c-api/typeobj.html#c.PyObject.ob_refcnt
PyTypeObjecthttps://docs.python.org/3.7/c-api/type.html#c.PyTypeObject
https://docs.python.org/3.7/c-api/typeobj.html#c.PyObject.ob_type
PyType_Ready()https://docs.python.org/3.7/c-api/type.html#c.PyType_Ready
PyType_Ready()https://docs.python.org/3.7/c-api/type.html#c.PyType_Ready
https://docs.python.org/3.7/c-api/typeobj.html#c.PyVarObject.ob_size
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_name
tp_namehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_name
__name__https://docs.python.org/3.7/library/stdtypes.html#definition.__name__
tp_namehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_name
__name__https://docs.python.org/3.7/library/stdtypes.html#definition.__name__
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_basicsize
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_itemsize
tp_itemsizehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_itemsize
tp_itemsizehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_itemsize
tp_basicsizehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_basicsize
tp_basicsizehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_basicsize
tp_itemsizehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_itemsize
PyObject_HEADhttps://docs.python.org/3.7/c-api/structures.html#c.PyObject_HEAD
PyObject_VAR_HEADhttps://docs.python.org/3.7/c-api/structures.html#c.PyObject_VAR_HEAD
tp_basicsizehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_basicsize
tp_itemsizehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_itemsize
tp_itemsizehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_itemsize
tp_basicsizehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_basicsize
tp_itemsizehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_itemsize
tp_basicsizehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_basicsize
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_dealloc
Py_DECREF()https://docs.python.org/3.7/c-api/refcounting.html#c.Py_DECREF
Py_XDECREF()https://docs.python.org/3.7/c-api/refcounting.html#c.Py_XDECREF
tp_freehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_free
Py_TPFLAGS_BASETYPEhttps://docs.python.org/3.7/c-api/typeobj.html#Py_TPFLAGS_BASETYPE
tp_freehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_free
PyObject_Del()https://docs.python.org/3.7/c-api/allocation.html#c.PyObject_Del
PyObject_New()https://docs.python.org/3.7/c-api/allocation.html#c.PyObject_New
PyObject_GC_Del()https://docs.python.org/3.7/c-api/gcsupport.html#c.PyObject_GC_Del
PyObject_GC_New()https://docs.python.org/3.7/c-api/gcsupport.html#c.PyObject_GC_New
PyObject_GC_NewVar()https://docs.python.org/3.7/c-api/gcsupport.html#c.PyObject_GC_NewVar
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_print
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_getattr
tp_getattrohttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_getattro
tp_getattrohttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_getattro
tp_getattrhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_getattr
tp_getattrohttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_getattro
tp_getattrhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_getattr
tp_getattrohttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_getattro
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_setattr
tp_setattrohttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_setattro
tp_setattrohttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_setattro
tp_setattrhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_setattr
tp_setattrohttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_setattro
tp_setattrhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_setattr
tp_setattrohttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_setattro
PyAsyncMethodshttps://docs.python.org/3.7/c-api/typeobj.html#c.PyAsyncMethods
https://docs.python.org/3.7/c-api/typeobj.html#c.tp_as_async
awaitablehttps://docs.python.org/3.7/glossary.html#term-awaitable
asynchronous iteratorhttps://docs.python.org/3.7/glossary.html#term-asynchronous-iterator
Async Object Structureshttps://docs.python.org/3.7/c-api/typeobj.html#async-structs
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_repr
repr()https://docs.python.org/3.7/library/functions.html#repr
PyObject_Repr()https://docs.python.org/3.7/c-api/object.html#c.PyObject_Repr
eval()https://docs.python.org/3.7/library/functions.html#eval
PyNumberMethodshttps://docs.python.org/3.7/c-api/typeobj.html#c.PyNumberMethods
https://docs.python.org/3.7/c-api/typeobj.html#c.tp_as_number
Number Object Structureshttps://docs.python.org/3.7/c-api/typeobj.html#number-structs
PySequenceMethodshttps://docs.python.org/3.7/c-api/typeobj.html#c.PySequenceMethods
https://docs.python.org/3.7/c-api/typeobj.html#c.tp_as_sequence
Sequence Object Structureshttps://docs.python.org/3.7/c-api/typeobj.html#sequence-structs
PyMappingMethodshttps://docs.python.org/3.7/c-api/typeobj.html#c.PyMappingMethods
https://docs.python.org/3.7/c-api/typeobj.html#c.tp_as_mapping
Mapping Object Structureshttps://docs.python.org/3.7/c-api/typeobj.html#mapping-structs
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_hash
hash()https://docs.python.org/3.7/library/functions.html#hash
PyObject_Hash()https://docs.python.org/3.7/c-api/object.html#c.PyObject_Hash
PyObject_HashNotImplemented()https://docs.python.org/3.7/c-api/object.html#c.PyObject_HashNotImplemented
PyObject_HashNotImplemented()https://docs.python.org/3.7/c-api/object.html#c.PyObject_HashNotImplemented
TypeErrorhttps://docs.python.org/3.7/library/exceptions.html#TypeError
tp_richcomparehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_richcompare
tp_richcomparehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_richcompare
tp_hashhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_hash
tp_richcomparehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_richcompare
tp_hashhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_hash
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_call
PyObject_Call()https://docs.python.org/3.7/c-api/object.html#c.PyObject_Call
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_str
str()https://docs.python.org/3.7/library/stdtypes.html#str
strhttps://docs.python.org/3.7/library/stdtypes.html#str
str()https://docs.python.org/3.7/library/stdtypes.html#str
PyObject_Str()https://docs.python.org/3.7/c-api/object.html#c.PyObject_Str
PyObject_Str()https://docs.python.org/3.7/c-api/object.html#c.PyObject_Str
PyObject_Str()https://docs.python.org/3.7/c-api/object.html#c.PyObject_Str
print()https://docs.python.org/3.7/library/functions.html#print
PyObject_Repr()https://docs.python.org/3.7/c-api/object.html#c.PyObject_Repr
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_getattro
PyObject_GetAttr()https://docs.python.org/3.7/c-api/object.html#c.PyObject_GetAttr
PyObject_GenericGetAttr()https://docs.python.org/3.7/c-api/object.html#c.PyObject_GenericGetAttr
tp_getattrhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_getattr
tp_getattrhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_getattr
tp_getattrohttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_getattro
tp_getattrhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_getattr
tp_getattrohttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_getattro
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_setattro
PyObject_SetAttr()https://docs.python.org/3.7/c-api/object.html#c.PyObject_SetAttr
PyObject_GenericSetAttr()https://docs.python.org/3.7/c-api/object.html#c.PyObject_GenericSetAttr
tp_setattrhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_setattr
tp_setattrhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_setattr
tp_setattrohttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_setattro
tp_setattrhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_setattr
tp_setattrohttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_setattro
PyBufferProcshttps://docs.python.org/3.7/c-api/typeobj.html#c.PyBufferProcs
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_as_buffer
Buffer Object Structureshttps://docs.python.org/3.7/c-api/typeobj.html#buffer-structs
tp_as_bufferhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_as_buffer
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_flags
tp_as_bufferhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_as_buffer
Py_TPFLAGS_HAVE_GChttps://docs.python.org/3.7/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC
tp_traversehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_traverse
tp_clearhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_clear
Py_TPFLAGS_HAVE_GChttps://docs.python.org/3.7/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC
tp_traversehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_traverse
tp_clearhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_clear
tp_flagshttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_flags
PyType_HasFeature()https://docs.python.org/3.7/c-api/type.html#c.PyType_HasFeature
https://docs.python.org/3.7/c-api/typeobj.html#Py_TPFLAGS_HEAPTYPE
https://docs.python.org/3.7/c-api/typeobj.html#Py_TPFLAGS_BASETYPE
https://docs.python.org/3.7/c-api/typeobj.html#Py_TPFLAGS_READY
PyType_Ready()https://docs.python.org/3.7/c-api/type.html#c.PyType_Ready
https://docs.python.org/3.7/c-api/typeobj.html#Py_TPFLAGS_READYING
PyType_Ready()https://docs.python.org/3.7/c-api/type.html#c.PyType_Ready
https://docs.python.org/3.7/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC
PyObject_GC_New()https://docs.python.org/3.7/c-api/gcsupport.html#c.PyObject_GC_New
PyObject_GC_Del()https://docs.python.org/3.7/c-api/gcsupport.html#c.PyObject_GC_Del
Supporting Cyclic Garbage Collectionhttps://docs.python.org/3.7/c-api/gcsupport.html#supporting-cycle-detection
tp_traversehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_traverse
tp_clearhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_clear
https://docs.python.org/3.7/c-api/typeobj.html#Py_TPFLAGS_DEFAULT
https://docs.python.org/3.7/c-api/typeobj.html#Py_TPFLAGS_LONG_SUBCLASS
https://docs.python.org/3.7/c-api/typeobj.html#Py_TPFLAGS_LIST_SUBCLASS
https://docs.python.org/3.7/c-api/typeobj.html#Py_TPFLAGS_TUPLE_SUBCLASS
https://docs.python.org/3.7/c-api/typeobj.html#Py_TPFLAGS_BYTES_SUBCLASS
https://docs.python.org/3.7/c-api/typeobj.html#Py_TPFLAGS_UNICODE_SUBCLASS
https://docs.python.org/3.7/c-api/typeobj.html#Py_TPFLAGS_DICT_SUBCLASS
https://docs.python.org/3.7/c-api/typeobj.html#Py_TPFLAGS_BASE_EXC_SUBCLASS
https://docs.python.org/3.7/c-api/typeobj.html#Py_TPFLAGS_TYPE_SUBCLASS
PyLong_Check()https://docs.python.org/3.7/c-api/long.html#c.PyLong_Check
PyObject_IsInstance()https://docs.python.org/3.7/c-api/object.html#c.PyObject_IsInstance
tp_flagshttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_flags
https://docs.python.org/3.7/c-api/typeobj.html#Py_TPFLAGS_HAVE_FINALIZE
tp_finalizehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_finalize
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_doc
traverseprochttps://docs.python.org/3.7/c-api/gcsupport.html#c.traverseproc
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_traverse
Py_TPFLAGS_HAVE_GChttps://docs.python.org/3.7/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC
Supporting Cyclic Garbage Collectionhttps://docs.python.org/3.7/c-api/gcsupport.html#supporting-cycle-detection
tp_traversehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_traverse
tp_traversehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_traverse
Py_VISIT()https://docs.python.org/3.7/c-api/gcsupport.html#c.Py_VISIT
_threadhttps://docs.python.org/3.7/library/_thread.html#module-_thread
Py_VISIT()https://docs.python.org/3.7/c-api/gcsupport.html#c.Py_VISIT
gchttps://docs.python.org/3.7/library/gc.html#module-gc
get_referents()https://docs.python.org/3.7/library/gc.html#gc.get_referents
tp_traversehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_traverse
tp_weaklisthttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_weaklist
Py_VISIT()https://docs.python.org/3.7/c-api/gcsupport.html#c.Py_VISIT
tp_clearhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_clear
Py_TPFLAGS_HAVE_GChttps://docs.python.org/3.7/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC
tp_traversehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_traverse
tp_clearhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_clear
inquiryhttps://docs.python.org/3.7/c-api/gcsupport.html#c.inquiry
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_clear
Py_TPFLAGS_HAVE_GChttps://docs.python.org/3.7/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC
tp_clearhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_clear
tp_clearhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_clear
tp_clearhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_clear
tp_clearhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_clear
tp_clearhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_clear
tp_clearhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_clear
tp_clearhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_clear
Py_CLEAR()https://docs.python.org/3.7/c-api/refcounting.html#c.Py_CLEAR
Py_CLEAR()https://docs.python.org/3.7/c-api/refcounting.html#c.Py_CLEAR
tp_clearhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_clear
tp_deallochttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_dealloc
tp_clearhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_clear
Supporting Cyclic Garbage Collectionhttps://docs.python.org/3.7/c-api/gcsupport.html#supporting-cycle-detection
tp_traversehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_traverse
Py_TPFLAGS_HAVE_GChttps://docs.python.org/3.7/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC
tp_traversehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_traverse
tp_clearhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_clear
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_richcompare
PyTypeObjecthttps://docs.python.org/3.7/c-api/type.html#c.PyTypeObject
TypeErrorhttps://docs.python.org/3.7/library/exceptions.html#TypeError
tp_hashhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_hash
tp_richcomparehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_richcompare
tp_hashhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_hash
tp_richcomparehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_richcompare
tp_hashhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_hash
tp_richcomparehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_richcompare
PyObject_RichCompare()https://docs.python.org/3.7/c-api/object.html#c.PyObject_RichCompare
PyObjecthttps://docs.python.org/3.7/c-api/structures.html#c.PyObject
https://docs.python.org/3.7/c-api/typeobj.html#c.Py_RETURN_RICHCOMPARE
PyObject_RichCompare()https://docs.python.org/3.7/c-api/object.html#c.PyObject_RichCompare
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_weaklistoffset
PyObject*https://docs.python.org/3.7/c-api/structures.html#c.PyObject
tp_weaklisthttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_weaklist
tp_weaklistoffsethttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_weaklistoffset
__slots__https://docs.python.org/3.7/reference/datamodel.html#object.__slots__
tp_weaklistoffsethttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_weaklistoffset
tp_weaklistoffsethttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_weaklistoffset
tp_weaklistoffsethttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_weaklistoffset
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_iter
PyObject_GetIter()https://docs.python.org/3.7/c-api/object.html#c.PyObject_GetIter
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_iternext
StopIterationhttps://docs.python.org/3.7/library/exceptions.html#StopIteration
tp_iterhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_iter
PyIter_Next()https://docs.python.org/3.7/c-api/iter.html#c.PyIter_Next
PyMethodDefhttps://docs.python.org/3.7/c-api/structures.html#c.PyMethodDef
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_methods
PyMethodDefhttps://docs.python.org/3.7/c-api/structures.html#c.PyMethodDef
tp_dicthttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_dict
PyMemberDefhttps://docs.python.org/3.7/c-api/structures.html#c.PyMemberDef
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_members
PyMemberDefhttps://docs.python.org/3.7/c-api/structures.html#c.PyMemberDef
tp_dicthttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_dict
PyGetSetDefhttps://docs.python.org/3.7/c-api/structures.html#c.PyGetSetDef
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_getset
PyGetSetDefhttps://docs.python.org/3.7/c-api/structures.html#c.PyGetSetDef
tp_dicthttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_dict
PyTypeObjecthttps://docs.python.org/3.7/c-api/type.html#c.PyTypeObject
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_base
objecthttps://docs.python.org/3.7/library/functions.html#object
PyObjecthttps://docs.python.org/3.7/c-api/structures.html#c.PyObject
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_dict
PyType_Ready()https://docs.python.org/3.7/c-api/type.html#c.PyType_Ready
PyType_Ready()https://docs.python.org/3.7/c-api/type.html#c.PyType_Ready
__add__()https://docs.python.org/3.7/reference/datamodel.html#object.__add__
PyDict_SetItem()https://docs.python.org/3.7/c-api/dict.html#c.PyDict_SetItem
tp_dicthttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_dict
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_descr_get
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_descr_set
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_dictoffset
PyObject_GenericGetAttr()https://docs.python.org/3.7/c-api/object.html#c.PyObject_GenericGetAttr
tp_dicthttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_dict
strhttps://docs.python.org/3.7/library/stdtypes.html#str
tuplehttps://docs.python.org/3.7/library/stdtypes.html#tuple
tp_basicsizehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_basicsize
tp_dictoffsethttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_dictoffset
tp_dictoffsethttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_dictoffset
tp_basicsizehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_basicsize
tp_itemsizehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_itemsize
tp_dictoffsethttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_dictoffset
tp_dictoffsethttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_dictoffset
__slots__https://docs.python.org/3.7/reference/datamodel.html#object.__slots__
tp_dictoffsethttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_dictoffset
tp_dictoffsethttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_dictoffset
__dict__https://docs.python.org/3.7/library/stdtypes.html#object.__dict__
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_init
__init__()https://docs.python.org/3.7/reference/datamodel.html#object.__init__
__init__()https://docs.python.org/3.7/reference/datamodel.html#object.__init__
__init__()https://docs.python.org/3.7/reference/datamodel.html#object.__init__
__init__()https://docs.python.org/3.7/reference/datamodel.html#object.__init__
__init__()https://docs.python.org/3.7/reference/datamodel.html#object.__init__
tp_inithttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_init
tp_newhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_new
tp_newhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_new
tp_inithttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_init
tp_newhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_new
tp_inithttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_init
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_alloc
tp_itemsizehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_itemsize
tp_basicsizehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_basicsize
tp_newhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_new
PyType_GenericAlloc()https://docs.python.org/3.7/c-api/type.html#c.PyType_GenericAlloc
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_new
tp_newhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_new
tp_newhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_new
tp_inithttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_init
tp_newhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_new
tp_inithttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_init
tp_basehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_base
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_free
PyObject_Free()https://docs.python.org/3.7/c-api/memory.html#c.PyObject_Free
PyType_GenericAlloc()https://docs.python.org/3.7/c-api/type.html#c.PyType_GenericAlloc
Py_TPFLAGS_HAVE_GChttps://docs.python.org/3.7/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC
inquiryhttps://docs.python.org/3.7/c-api/gcsupport.html#c.inquiry
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_is_gc
tp_flagshttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_flags
Py_TPFLAGS_HAVE_GChttps://docs.python.org/3.7/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC
PyType_Typehttps://docs.python.org/3.7/c-api/type.html#c.PyType_Type
PyObjecthttps://docs.python.org/3.7/c-api/structures.html#c.PyObject
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_bases
PyObjecthttps://docs.python.org/3.7/c-api/structures.html#c.PyObject
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_mro
objecthttps://docs.python.org/3.7/library/functions.html#object
PyType_Ready()https://docs.python.org/3.7/c-api/type.html#c.PyType_Ready
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_finalize
tp_finalizehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_finalize
tp_finalizehttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_finalize
Py_TPFLAGS_HAVE_FINALIZEhttps://docs.python.org/3.7/c-api/typeobj.html#Py_TPFLAGS_HAVE_FINALIZE
PEP 442https://www.python.org/dev/peps/pep-0442
PyObjecthttps://docs.python.org/3.7/c-api/structures.html#c.PyObject
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_cache
PyObjecthttps://docs.python.org/3.7/c-api/structures.html#c.PyObject
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_subclasses
PyObjecthttps://docs.python.org/3.7/c-api/structures.html#c.PyObject
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_weaklist
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_allocs
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_frees
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_maxalloc
PyTypeObjecthttps://docs.python.org/3.7/c-api/type.html#c.PyTypeObject
https://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_next
tp_allocshttps://docs.python.org/3.7/c-api/typeobj.html#c.PyTypeObject.tp_allocs
https://docs.python.org/3.7/c-api/typeobj.html#number-object-structures
https://docs.python.org/3.7/c-api/typeobj.html#c.PyNumberMethods
Number Protocolhttps://docs.python.org/3.7/c-api/number.html#number
https://docs.python.org/3.7/c-api/typeobj.html#mapping-object-structures
https://docs.python.org/3.7/c-api/typeobj.html#c.PyMappingMethods
https://docs.python.org/3.7/c-api/typeobj.html#c.PyMappingMethods.mp_length
PyMapping_Size()https://docs.python.org/3.7/c-api/mapping.html#c.PyMapping_Size
PyObject_Size()https://docs.python.org/3.7/c-api/object.html#c.PyObject_Size
https://docs.python.org/3.7/c-api/typeobj.html#c.PyMappingMethods.mp_subscript
PyObject_GetItem()https://docs.python.org/3.7/c-api/object.html#c.PyObject_GetItem
PySequence_GetSlice()https://docs.python.org/3.7/c-api/sequence.html#c.PySequence_GetSlice
PyMapping_Check()https://docs.python.org/3.7/c-api/mapping.html#c.PyMapping_Check
https://docs.python.org/3.7/c-api/typeobj.html#c.PyMappingMethods.mp_ass_subscript
PyObject_SetItem()https://docs.python.org/3.7/c-api/object.html#c.PyObject_SetItem
PyObject_DelItem()https://docs.python.org/3.7/c-api/object.html#c.PyObject_DelItem
https://docs.python.org/3.7/c-api/typeobj.html#sequence-object-structures
https://docs.python.org/3.7/c-api/typeobj.html#c.PySequenceMethods
https://docs.python.org/3.7/c-api/typeobj.html#c.PySequenceMethods.sq_length
PySequence_Size()https://docs.python.org/3.7/c-api/sequence.html#c.PySequence_Size
PyObject_Size()https://docs.python.org/3.7/c-api/object.html#c.PyObject_Size
sq_itemhttps://docs.python.org/3.7/c-api/typeobj.html#c.PySequenceMethods.sq_item
sq_ass_itemhttps://docs.python.org/3.7/c-api/typeobj.html#c.PySequenceMethods.sq_ass_item
https://docs.python.org/3.7/c-api/typeobj.html#c.PySequenceMethods.sq_concat
PySequence_Concat()https://docs.python.org/3.7/c-api/sequence.html#c.PySequence_Concat
https://docs.python.org/3.7/c-api/typeobj.html#c.PySequenceMethods.sq_repeat
PySequence_Repeat()https://docs.python.org/3.7/c-api/sequence.html#c.PySequence_Repeat
https://docs.python.org/3.7/c-api/typeobj.html#c.PySequenceMethods.sq_item
PySequence_GetItem()https://docs.python.org/3.7/c-api/sequence.html#c.PySequence_GetItem
PyObject_GetItem()https://docs.python.org/3.7/c-api/object.html#c.PyObject_GetItem
mp_subscripthttps://docs.python.org/3.7/c-api/typeobj.html#c.PyMappingMethods.mp_subscript
PySequence_Check()https://docs.python.org/3.7/c-api/sequence.html#c.PySequence_Check
https://docs.python.org/3.7/c-api/typeobj.html#c.PySequenceMethods.sq_ass_item
PySequence_SetItem()https://docs.python.org/3.7/c-api/sequence.html#c.PySequence_SetItem
PyObject_SetItem()https://docs.python.org/3.7/c-api/object.html#c.PyObject_SetItem
PyObject_DelItem()https://docs.python.org/3.7/c-api/object.html#c.PyObject_DelItem
mp_ass_subscripthttps://docs.python.org/3.7/c-api/typeobj.html#c.PyMappingMethods.mp_ass_subscript
https://docs.python.org/3.7/c-api/typeobj.html#c.PySequenceMethods.sq_contains
PySequence_Contains()https://docs.python.org/3.7/c-api/sequence.html#c.PySequence_Contains
https://docs.python.org/3.7/c-api/typeobj.html#c.PySequenceMethods.sq_inplace_concat
PySequence_InPlaceConcat()https://docs.python.org/3.7/c-api/sequence.html#c.PySequence_InPlaceConcat
PySequence_Concat()https://docs.python.org/3.7/c-api/sequence.html#c.PySequence_Concat
https://docs.python.org/3.7/c-api/typeobj.html#c.PySequenceMethods.sq_inplace_repeat
PySequence_InPlaceRepeat()https://docs.python.org/3.7/c-api/sequence.html#c.PySequence_InPlaceRepeat
PySequence_Repeat()https://docs.python.org/3.7/c-api/sequence.html#c.PySequence_Repeat
https://docs.python.org/3.7/c-api/typeobj.html#buffer-object-structures
https://docs.python.org/3.7/c-api/typeobj.html#c.PyBufferProcs
Buffer protocolhttps://docs.python.org/3.7/c-api/buffer.html#bufferobjects
https://docs.python.org/3.7/c-api/typeobj.html#c.PyBufferProcs.bf_getbuffer
Buffer structurehttps://docs.python.org/3.7/c-api/buffer.html#buffer-structure
Buffer request typeshttps://docs.python.org/3.7/c-api/buffer.html#buffer-request-types
Py_bufferhttps://docs.python.org/3.7/c-api/buffer.html#c.Py_buffer
formathttps://docs.python.org/3.7/c-api/buffer.html#c.Py_buffer.format
shapehttps://docs.python.org/3.7/c-api/buffer.html#c.Py_buffer.shape
strideshttps://docs.python.org/3.7/c-api/buffer.html#c.Py_buffer.strides
suboffsetshttps://docs.python.org/3.7/c-api/buffer.html#c.Py_buffer.suboffsets
internalhttps://docs.python.org/3.7/c-api/buffer.html#c.Py_buffer.internal
PyBuffer_FillInfo()https://docs.python.org/3.7/c-api/buffer.html#c.PyBuffer_FillInfo
PyObject_GetBuffer()https://docs.python.org/3.7/c-api/buffer.html#c.PyObject_GetBuffer
https://docs.python.org/3.7/c-api/typeobj.html#c.PyBufferProcs.bf_releasebuffer
PyBufferProcs.bf_releasebufferhttps://docs.python.org/3.7/c-api/typeobj.html#c.PyBufferProcs.bf_releasebuffer
internalhttps://docs.python.org/3.7/c-api/buffer.html#c.Py_buffer.internal
PyBuffer_Release()https://docs.python.org/3.7/c-api/buffer.html#c.PyBuffer_Release
PyBuffer_Release()https://docs.python.org/3.7/c-api/buffer.html#c.PyBuffer_Release
https://docs.python.org/3.7/c-api/typeobj.html#async-object-structures
https://docs.python.org/3.7/c-api/typeobj.html#c.PyAsyncMethods
awaitablehttps://docs.python.org/3.7/glossary.html#term-awaitable
asynchronous iteratorhttps://docs.python.org/3.7/glossary.html#term-asynchronous-iterator
https://docs.python.org/3.7/c-api/typeobj.html#c.PyAsyncMethods.am_await
PyIter_Check()https://docs.python.org/3.7/c-api/iter.html#c.PyIter_Check
awaitablehttps://docs.python.org/3.7/glossary.html#term-awaitable
https://docs.python.org/3.7/c-api/typeobj.html#c.PyAsyncMethods.am_aiter
awaitablehttps://docs.python.org/3.7/glossary.html#term-awaitable
__anext__()https://docs.python.org/3.7/reference/datamodel.html#object.__anext__
https://docs.python.org/3.7/c-api/typeobj.html#c.PyAsyncMethods.am_anext
awaitablehttps://docs.python.org/3.7/glossary.html#term-awaitable
__anext__()https://docs.python.org/3.7/reference/datamodel.html#object.__anext__
Table of Contentshttps://docs.python.org/3.7/contents.html
Type Objectshttps://docs.python.org/3.7/c-api/typeobj.html
Number Object Structureshttps://docs.python.org/3.7/c-api/typeobj.html#number-object-structures
Mapping Object Structureshttps://docs.python.org/3.7/c-api/typeobj.html#mapping-object-structures
Sequence Object Structureshttps://docs.python.org/3.7/c-api/typeobj.html#sequence-object-structures
Buffer Object Structureshttps://docs.python.org/3.7/c-api/typeobj.html#buffer-object-structures
Async Object Structureshttps://docs.python.org/3.7/c-api/typeobj.html#async-object-structures
Common Object Structureshttps://docs.python.org/3.7/c-api/structures.html
Supporting Cyclic Garbage Collectionhttps://docs.python.org/3.7/c-api/gcsupport.html
Report a Bughttps://docs.python.org/3.7/bugs.html
Show Source https://github.com/python/cpython/blob/3.7/Doc/c-api/typeobj.rst
indexhttps://docs.python.org/3.7/genindex.html
moduleshttps://docs.python.org/3.7/py-modindex.html
nexthttps://docs.python.org/3.7/c-api/gcsupport.html
previoushttps://docs.python.org/3.7/c-api/structures.html
Pythonhttps://www.python.org/
3.7.17 Documentationhttps://docs.python.org/3.7/index.html
Python/C API Reference Manualhttps://docs.python.org/3.7/c-api/index.html
Object Implementation Supporthttps://docs.python.org/3.7/c-api/objimpl.html
Copyrighthttps://docs.python.org/3.7/copyright.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/3.7/bugs.html
Sphinxhttp://sphinx.pocoo.org/

URLs of crawlers that visited me.