René's URL Explorer Experiment
go
Title:
Type Objects — Python 2.7.18 documentation
direct link
Domain:
docs.python.org
Links
:
no longer supported
https://devguide.python.org/devcycle/#end-of-life-branches
Python documentation for the current stable release
https://docs.python.org/3/c-api/typeobj.html
index
https://docs.python.org/2/genindex.html
modules
https://docs.python.org/2/py-modindex.html
next
https://docs.python.org/2/c-api/gcsupport.html
previous
https://docs.python.org/2/c-api/structures.html
Python
https://www.python.org/
Python 2.7.18 documentation
https://docs.python.org/2/index.html
Python/C API Reference Manual
https://docs.python.org/2/c-api/index.html
Object Implementation Support
https://docs.python.org/2/c-api/objimpl.html
¶
https://docs.python.org/2/c-api/typeobj.html#type-objects
PyTypeObject
https://docs.python.org/2/c-api/type.html#c.PyTypeObject
PyTypeObject
https://docs.python.org/2/c-api/type.html#c.PyTypeObject
PyVarObject
https://docs.python.org/2/c-api/structures.html#c.PyVarObject
PyType_Type
https://docs.python.org/2/c-api/type.html#c.PyType_Type
tp_itemsize
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_itemsize
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyObject._ob_next
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyObject._ob_prev
PYTHONDUMPREFS
https://docs.python.org/2/using/cmdline.html#envvar-PYTHONDUMPREFS
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyObject.ob_refcnt
PyTypeObject
https://docs.python.org/2/c-api/type.html#c.PyTypeObject
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyObject.ob_type
PyType_Ready()
https://docs.python.org/2/c-api/type.html#c.PyType_Ready
PyType_Ready()
https://docs.python.org/2/c-api/type.html#c.PyType_Ready
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyVarObject.ob_size
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_name
tp_name
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_name
__name__
https://docs.python.org/2/library/stdtypes.html#definition.__name__
tp_name
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_name
__name__
https://docs.python.org/2/library/stdtypes.html#definition.__name__
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_basicsize
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_itemsize
tp_itemsize
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_itemsize
tp_itemsize
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_itemsize
tp_basicsize
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_basicsize
tp_basicsize
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_basicsize
tp_itemsize
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_itemsize
PyObject_HEAD
https://docs.python.org/2/c-api/structures.html#c.PyObject_HEAD
PyObject_VAR_HEAD
https://docs.python.org/2/c-api/structures.html#c.PyObject_VAR_HEAD
tp_basicsize
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_basicsize
tp_basicsize
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_basicsize
tp_itemsize
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_itemsize
tp_itemsize
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_itemsize
tp_basicsize
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_basicsize
tp_itemsize
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_itemsize
tp_basicsize
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_basicsize
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_dealloc
Py_DECREF()
https://docs.python.org/2/c-api/refcounting.html#c.Py_DECREF
Py_XDECREF()
https://docs.python.org/2/c-api/refcounting.html#c.Py_XDECREF
tp_free
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_free
Py_TPFLAGS_BASETYPE
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_BASETYPE
tp_free
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_free
PyObject_Del()
https://docs.python.org/2/c-api/allocation.html#c.PyObject_Del
PyObject_New()
https://docs.python.org/2/c-api/allocation.html#c.PyObject_New
PyObject_GC_Del()
https://docs.python.org/2/c-api/gcsupport.html#c.PyObject_GC_Del
PyObject_GC_New()
https://docs.python.org/2/c-api/gcsupport.html#c.PyObject_GC_New
PyObject_GC_NewVar()
https://docs.python.org/2/c-api/gcsupport.html#c.PyObject_GC_NewVar
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_print
StringIO
https://docs.python.org/2/library/stringio.html#StringIO.StringIO
tp_repr
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_repr
tp_str
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_str
tp_print
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_print
tp_print
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_print
tp_repr
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_repr
tp_str
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_str
PyObject_Print()
https://docs.python.org/2/c-api/object.html#c.PyObject_Print
tp_str
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_str
tp_repr
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_repr
tp_print
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_print
tp_print
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_print
tp_repr
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_repr
tp_str
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_str
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_getattr
tp_getattro
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_getattro
tp_getattro
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_getattro
tp_getattr
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_getattr
tp_getattro
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_getattro
tp_getattr
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_getattr
tp_getattro
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_getattro
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_setattr
tp_setattro
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_setattro
tp_setattro
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_setattro
tp_setattr
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_setattr
tp_setattro
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_setattro
tp_setattr
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_setattr
tp_setattro
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_setattro
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_compare
PyObject_Compare()
https://docs.python.org/2/c-api/object.html#c.PyObject_Compare
tp_richcompare
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_richcompare
tp_hash
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_hash
tp_compare
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_compare
tp_richcompare
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_richcompare
tp_hash
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_hash
tp_compare
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_compare
tp_richcompare
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_richcompare
tp_hash
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_hash
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_repr
repr()
https://docs.python.org/2/library/functions.html#repr
PyObject_Repr()
https://docs.python.org/2/c-api/object.html#c.PyObject_Repr
eval()
https://docs.python.org/2/library/functions.html#eval
PyNumberMethods
https://docs.python.org/2/c-api/typeobj.html#c.PyNumberMethods
¶
https://docs.python.org/2/c-api/typeobj.html#c.tp_as_number
Number Object Structures
https://docs.python.org/2/c-api/typeobj.html#number-structs
PySequenceMethods
https://docs.python.org/2/c-api/typeobj.html#c.PySequenceMethods
¶
https://docs.python.org/2/c-api/typeobj.html#c.tp_as_sequence
Sequence Object Structures
https://docs.python.org/2/c-api/typeobj.html#sequence-structs
PyMappingMethods
https://docs.python.org/2/c-api/typeobj.html#c.PyMappingMethods
¶
https://docs.python.org/2/c-api/typeobj.html#c.tp_as_mapping
Mapping Object Structures
https://docs.python.org/2/c-api/typeobj.html#mapping-structs
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_hash
hash()
https://docs.python.org/2/library/functions.html#hash
PyObject_Hash()
https://docs.python.org/2/c-api/object.html#c.PyObject_Hash
PyObject_HashNotImplemented()
https://docs.python.org/2/c-api/object.html#c.PyObject_HashNotImplemented
PyObject_HashNotImplemented()
https://docs.python.org/2/c-api/object.html#c.PyObject_HashNotImplemented
tp_compare
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_compare
tp_richcompare
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_richcompare
TypeError
https://docs.python.org/2/library/exceptions.html#exceptions.TypeError
tp_richcompare
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_richcompare
tp_compare
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_compare
tp_compare
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_compare
tp_richcompare
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_richcompare
tp_hash
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_hash
tp_compare
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_compare
tp_richcompare
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_richcompare
tp_hash
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_hash
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_call
PyObject_Call()
https://docs.python.org/2/c-api/object.html#c.PyObject_Call
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_str
str()
https://docs.python.org/2/library/functions.html#str
str
https://docs.python.org/2/library/functions.html#str
str()
https://docs.python.org/2/library/functions.html#str
PyObject_Str()
https://docs.python.org/2/c-api/object.html#c.PyObject_Str
PyObject_Str()
https://docs.python.org/2/c-api/object.html#c.PyObject_Str
PyObject_Str()
https://docs.python.org/2/c-api/object.html#c.PyObject_Str
PyObject_Repr()
https://docs.python.org/2/c-api/object.html#c.PyObject_Repr
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_getattro
PyObject_GetAttr()
https://docs.python.org/2/c-api/object.html#c.PyObject_GetAttr
PyObject_GenericGetAttr()
https://docs.python.org/2/c-api/object.html#c.PyObject_GenericGetAttr
tp_getattr
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_getattr
tp_getattr
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_getattr
tp_getattro
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_getattro
tp_getattr
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_getattr
tp_getattro
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_getattro
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_setattro
PyObject_SetAttr()
https://docs.python.org/2/c-api/object.html#c.PyObject_SetAttr
PyObject_GenericSetAttr()
https://docs.python.org/2/c-api/object.html#c.PyObject_GenericSetAttr
tp_setattr
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_setattr
tp_setattr
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_setattr
tp_setattro
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_setattro
tp_setattr
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_setattr
tp_setattro
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_setattro
PyBufferProcs
https://docs.python.org/2/c-api/typeobj.html#c.PyBufferProcs
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_as_buffer
Buffer Object Structures
https://docs.python.org/2/c-api/typeobj.html#buffer-structs
tp_as_buffer
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_as_buffer
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_flags
tp_as_buffer
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_as_buffer
Py_TPFLAGS_HAVE_GC
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC
tp_traverse
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_traverse
tp_clear
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_clear
Py_TPFLAGS_HAVE_GC
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC
tp_traverse
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_traverse
tp_clear
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_clear
Py_TPFLAGS_HAVE_RICHCOMPARE
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_HAVE_RICHCOMPARE
tp_flags
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_flags
PyType_HasFeature()
https://docs.python.org/2/c-api/type.html#c.PyType_HasFeature
¶
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_HAVE_GETCHARBUFFER
PyBufferProcs
https://docs.python.org/2/c-api/typeobj.html#c.PyBufferProcs
tp_as_buffer
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_as_buffer
¶
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_HAVE_SEQUENCE_IN
PySequenceMethods
https://docs.python.org/2/c-api/typeobj.html#c.PySequenceMethods
¶
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_GC
¶
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_HAVE_INPLACEOPS
PySequenceMethods
https://docs.python.org/2/c-api/typeobj.html#c.PySequenceMethods
PyNumberMethods
https://docs.python.org/2/c-api/typeobj.html#c.PyNumberMethods
PyNumberMethods
https://docs.python.org/2/c-api/typeobj.html#c.PyNumberMethods
PySequenceMethods
https://docs.python.org/2/c-api/typeobj.html#c.PySequenceMethods
¶
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_CHECKTYPES
PyNumberMethods
https://docs.python.org/2/c-api/typeobj.html#c.PyNumberMethods
¶
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_HAVE_RICHCOMPARE
tp_richcompare
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_richcompare
tp_traverse
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_traverse
tp_clear
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_clear
¶
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_HAVE_WEAKREFS
tp_weaklistoffset
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_weaklistoffset
tp_weaklistoffset
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_weaklistoffset
¶
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_HAVE_ITER
tp_iter
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_iter
tp_iternext
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_iternext
¶
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_HAVE_CLASS
tp_methods
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_methods
tp_members
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_members
tp_getset
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_getset
tp_base
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_base
tp_dict
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_dict
tp_descr_get
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_descr_get
tp_descr_set
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_descr_set
tp_dictoffset
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_dictoffset
tp_init
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_init
tp_alloc
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_alloc
tp_new
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_new
tp_free
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_free
tp_is_gc
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_is_gc
tp_bases
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_bases
tp_mro
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_mro
tp_cache
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_cache
tp_subclasses
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_subclasses
tp_weaklist
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_weaklist
¶
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_HEAPTYPE
¶
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_BASETYPE
¶
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_READY
PyType_Ready()
https://docs.python.org/2/c-api/type.html#c.PyType_Ready
¶
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_READYING
PyType_Ready()
https://docs.python.org/2/c-api/type.html#c.PyType_Ready
¶
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC
PyObject_GC_New()
https://docs.python.org/2/c-api/gcsupport.html#c.PyObject_GC_New
PyObject_GC_Del()
https://docs.python.org/2/c-api/gcsupport.html#c.PyObject_GC_Del
Supporting Cyclic Garbage Collection
https://docs.python.org/2/c-api/gcsupport.html#supporting-cycle-detection
tp_traverse
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_traverse
tp_clear
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_clear
Py_TPFLAGS_HAVE_GC
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC
Py_TPFLAGS_HAVE_RICHCOMPARE
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_HAVE_RICHCOMPARE
¶
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_DEFAULT
Py_TPFLAGS_HAVE_GETCHARBUFFER
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_HAVE_GETCHARBUFFER
Py_TPFLAGS_HAVE_SEQUENCE_IN
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_HAVE_SEQUENCE_IN
Py_TPFLAGS_HAVE_INPLACEOPS
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_HAVE_INPLACEOPS
Py_TPFLAGS_HAVE_RICHCOMPARE
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_HAVE_RICHCOMPARE
Py_TPFLAGS_HAVE_WEAKREFS
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_HAVE_WEAKREFS
Py_TPFLAGS_HAVE_ITER
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_HAVE_ITER
Py_TPFLAGS_HAVE_CLASS
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_HAVE_CLASS
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_doc
Py_TPFLAGS_HAVE_RICHCOMPARE
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_HAVE_RICHCOMPARE
traverseproc
https://docs.python.org/2/c-api/gcsupport.html#c.traverseproc
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_traverse
Py_TPFLAGS_HAVE_GC
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC
Supporting Cyclic Garbage Collection
https://docs.python.org/2/c-api/gcsupport.html#supporting-cycle-detection
tp_traverse
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_traverse
tp_traverse
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_traverse
Py_VISIT()
https://docs.python.org/2/c-api/gcsupport.html#c.Py_VISIT
thread
https://docs.python.org/2/library/thread.html#module-thread
Py_VISIT()
https://docs.python.org/2/c-api/gcsupport.html#c.Py_VISIT
gc
https://docs.python.org/2/library/gc.html#module-gc
get_referents()
https://docs.python.org/2/library/gc.html#gc.get_referents
Py_VISIT()
https://docs.python.org/2/c-api/gcsupport.html#c.Py_VISIT
tp_clear
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_clear
Py_TPFLAGS_HAVE_GC
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC
tp_traverse
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_traverse
tp_clear
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_clear
Py_TPFLAGS_HAVE_RICHCOMPARE
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_HAVE_RICHCOMPARE
inquiry
https://docs.python.org/2/c-api/gcsupport.html#c.inquiry
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_clear
Py_TPFLAGS_HAVE_GC
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC
tp_clear
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_clear
tp_clear
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_clear
tp_clear
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_clear
tp_clear
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_clear
tp_clear
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_clear
tp_clear
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_clear
tp_clear
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_clear
Py_CLEAR()
https://docs.python.org/2/c-api/refcounting.html#c.Py_CLEAR
Py_CLEAR()
https://docs.python.org/2/c-api/refcounting.html#c.Py_CLEAR
tp_clear
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_clear
tp_dealloc
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_dealloc
tp_clear
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_clear
Supporting Cyclic Garbage Collection
https://docs.python.org/2/c-api/gcsupport.html#supporting-cycle-detection
tp_traverse
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_traverse
Py_TPFLAGS_HAVE_GC
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC
tp_traverse
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_traverse
tp_clear
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_clear
Py_TPFLAGS_HAVE_RICHCOMPARE
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_HAVE_RICHCOMPARE
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_richcompare
TypeError
https://docs.python.org/2/library/exceptions.html#exceptions.TypeError
tp_compare
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_compare
tp_hash
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_hash
tp_compare
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_compare
tp_richcompare
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_richcompare
tp_hash
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_hash
tp_compare
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_compare
tp_richcompare
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_richcompare
tp_hash
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_hash
tp_richcompare
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_richcompare
PyObject_RichCompare()
https://docs.python.org/2/c-api/object.html#c.PyObject_RichCompare
Py_TPFLAGS_HAVE_WEAKREFS
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_HAVE_WEAKREFS
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_weaklistoffset
PyObject*
https://docs.python.org/2/c-api/structures.html#c.PyObject
tp_weaklist
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_weaklist
tp_weaklistoffset
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_weaklistoffset
tp_weaklistoffset
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_weaklistoffset
__slots__
https://docs.python.org/2/reference/datamodel.html#__slots__
tp_weaklistoffset
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_weaklistoffset
__slots__
https://docs.python.org/2/reference/datamodel.html#__slots__
tp_weaklistoffset
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_weaklistoffset
Py_TPFLAGS_HAVE_ITER
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_HAVE_ITER
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_iter
__iter__()
https://docs.python.org/2/reference/datamodel.html#object.__iter__
PyObject_GetIter()
https://docs.python.org/2/c-api/object.html#c.PyObject_GetIter
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_iternext
StopIteration
https://docs.python.org/2/library/exceptions.html#exceptions.StopIteration
next()
https://docs.python.org/2/library/stdtypes.html#iterator.next
tp_iter
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_iter
PyIter_Next()
https://docs.python.org/2/c-api/iter.html#c.PyIter_Next
tp_weaklist
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_weaklist
Py_TPFLAGS_HAVE_CLASS
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_HAVE_CLASS
PyMethodDef
https://docs.python.org/2/c-api/structures.html#c.PyMethodDef
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_methods
PyMethodDef
https://docs.python.org/2/c-api/structures.html#c.PyMethodDef
tp_dict
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_dict
PyMemberDef
https://docs.python.org/2/c-api/structures.html#c.PyMemberDef
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_members
PyMemberDef
https://docs.python.org/2/c-api/structures.html#c.PyMemberDef
tp_dict
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_dict
PyGetSetDef
https://docs.python.org/2/c-api/structures.html#c.PyGetSetDef
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_getset
PyGetSetDef
https://docs.python.org/2/c-api/structures.html#c.PyGetSetDef
tp_dict
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_dict
PyTypeObject
https://docs.python.org/2/c-api/type.html#c.PyTypeObject
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_base
object
https://docs.python.org/2/library/functions.html#object
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_dict
PyType_Ready()
https://docs.python.org/2/c-api/type.html#c.PyType_Ready
PyType_Ready()
https://docs.python.org/2/c-api/type.html#c.PyType_Ready
__add__()
https://docs.python.org/2/reference/datamodel.html#object.__add__
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_descr_get
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_descr_set
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_dictoffset
PyObject_GenericGetAttr()
https://docs.python.org/2/c-api/object.html#c.PyObject_GenericGetAttr
tp_dict
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_dict
str
https://docs.python.org/2/library/functions.html#str
tuple
https://docs.python.org/2/library/functions.html#tuple
tp_basicsize
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_basicsize
tp_dictoffset
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_dictoffset
tp_dictoffset
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_dictoffset
tp_basicsize
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_basicsize
tp_itemsize
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_itemsize
tp_dictoffset
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_dictoffset
tp_dictoffset
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_dictoffset
tp_dictoffset
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_dictoffset
__slots__
https://docs.python.org/2/reference/datamodel.html#__slots__
tp_dictoffset
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_dictoffset
__dict__
https://docs.python.org/2/library/stdtypes.html#object.__dict__
__slots__
https://docs.python.org/2/reference/datamodel.html#__slots__
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_init
__init__()
https://docs.python.org/2/reference/datamodel.html#object.__init__
__init__()
https://docs.python.org/2/reference/datamodel.html#object.__init__
__init__()
https://docs.python.org/2/reference/datamodel.html#object.__init__
__init__()
https://docs.python.org/2/reference/datamodel.html#object.__init__
__init__()
https://docs.python.org/2/reference/datamodel.html#object.__init__
tp_init
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_init
tp_new
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_new
tp_new
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_new
tp_init
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_init
tp_new
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_new
tp_init
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_init
tp_init
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_init
tp_new
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_new
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_alloc
tp_itemsize
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_itemsize
tp_basicsize
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_basicsize
tp_new
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_new
PyType_GenericAlloc()
https://docs.python.org/2/c-api/type.html#c.PyType_GenericAlloc
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_new
tp_new
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_new
tp_new
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_new
tp_init
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_init
tp_new
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_new
tp_init
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_init
tp_base
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_base
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_free
PyType_GenericAlloc()
https://docs.python.org/2/c-api/type.html#c.PyType_GenericAlloc
Py_TPFLAGS_HAVE_GC
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC
inquiry
https://docs.python.org/2/c-api/gcsupport.html#c.inquiry
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_is_gc
tp_flags
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_flags
Py_TPFLAGS_HAVE_GC
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC
PyType_Type
https://docs.python.org/2/c-api/type.html#c.PyType_Type
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_bases
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_mro
object
https://docs.python.org/2/library/functions.html#object
PyType_Ready()
https://docs.python.org/2/c-api/type.html#c.PyType_Ready
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_cache
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_subclasses
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_weaklist
PYTHONSHOWALLOCCOUNT
https://docs.python.org/2/using/cmdline.html#envvar-PYTHONSHOWALLOCCOUNT
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_allocs
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_frees
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_maxalloc
PyTypeObject
https://docs.python.org/2/c-api/type.html#c.PyTypeObject
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_next
tp_allocs
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_allocs
¶
https://docs.python.org/2/c-api/typeobj.html#number-object-structures
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyNumberMethods
Number Protocol
https://docs.python.org/2/c-api/number.html#number
Py_TPFLAGS_CHECKTYPES
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_CHECKTYPES
Py_TPFLAGS_CHECKTYPES
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_CHECKTYPES
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyNumberMethods.nb_coerce
PyNumber_CoerceEx()
https://docs.python.org/2/c-api/number.html#c.PyNumber_CoerceEx
Py_TPFLAGS_CHECKTYPES
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_CHECKTYPES
¶
https://docs.python.org/2/c-api/typeobj.html#mapping-object-structures
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyMappingMethods
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyMappingMethods.mp_length
PyMapping_Length()
https://docs.python.org/2/c-api/mapping.html#c.PyMapping_Length
PyObject_Size()
https://docs.python.org/2/c-api/object.html#c.PyObject_Size
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyMappingMethods.mp_subscript
PyObject_GetItem()
https://docs.python.org/2/c-api/object.html#c.PyObject_GetItem
PyMapping_Check()
https://docs.python.org/2/c-api/mapping.html#c.PyMapping_Check
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyMappingMethods.mp_ass_subscript
PyObject_SetItem()
https://docs.python.org/2/c-api/object.html#c.PyObject_SetItem
PyObject_DelItem()
https://docs.python.org/2/c-api/object.html#c.PyObject_DelItem
PyObject_SetItem()
https://docs.python.org/2/c-api/object.html#c.PyObject_SetItem
¶
https://docs.python.org/2/c-api/typeobj.html#sequence-object-structures
¶
https://docs.python.org/2/c-api/typeobj.html#c.PySequenceMethods
¶
https://docs.python.org/2/c-api/typeobj.html#c.PySequenceMethods.sq_length
PySequence_Size()
https://docs.python.org/2/c-api/sequence.html#c.PySequence_Size
PyObject_Size()
https://docs.python.org/2/c-api/object.html#c.PyObject_Size
¶
https://docs.python.org/2/c-api/typeobj.html#c.PySequenceMethods.sq_concat
PySequence_Concat()
https://docs.python.org/2/c-api/sequence.html#c.PySequence_Concat
¶
https://docs.python.org/2/c-api/typeobj.html#c.PySequenceMethods.sq_repeat
PySequence_Repeat()
https://docs.python.org/2/c-api/sequence.html#c.PySequence_Repeat
¶
https://docs.python.org/2/c-api/typeobj.html#c.PySequenceMethods.sq_item
PySequence_GetItem()
https://docs.python.org/2/c-api/sequence.html#c.PySequence_GetItem
PySequence_Check()
https://docs.python.org/2/c-api/sequence.html#c.PySequence_Check
¶
https://docs.python.org/2/c-api/typeobj.html#c.PySequenceMethods.sq_ass_item
PySequence_SetItem()
https://docs.python.org/2/c-api/sequence.html#c.PySequence_SetItem
¶
https://docs.python.org/2/c-api/typeobj.html#c.PySequenceMethods.sq_contains
PySequence_Contains()
https://docs.python.org/2/c-api/sequence.html#c.PySequence_Contains
PySequence_Contains()
https://docs.python.org/2/c-api/sequence.html#c.PySequence_Contains
¶
https://docs.python.org/2/c-api/typeobj.html#c.PySequenceMethods.sq_inplace_concat
PySequence_InPlaceConcat()
https://docs.python.org/2/c-api/sequence.html#c.PySequence_InPlaceConcat
¶
https://docs.python.org/2/c-api/typeobj.html#c.PySequenceMethods.sq_inplace_repeat
PySequence_InPlaceRepeat()
https://docs.python.org/2/c-api/sequence.html#c.PySequence_InPlaceRepeat
¶
https://docs.python.org/2/c-api/typeobj.html#buffer-object-structures
tp_as_buffer
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_as_buffer
PyTypeObject
https://docs.python.org/2/c-api/type.html#c.PyTypeObject
tp_as_buffer
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_as_buffer
PyBufferProcs
https://docs.python.org/2/c-api/typeobj.html#c.PyBufferProcs
PyTypeObject
https://docs.python.org/2/c-api/type.html#c.PyTypeObject
Py_TPFLAGS_DEFAULT
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_DEFAULT
tp_flags
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_flags
PyBufferProcs
https://docs.python.org/2/c-api/typeobj.html#c.PyBufferProcs
¶
https://docs.python.org/2/c-api/typeobj.html#c.PyBufferProcs
readbufferproc
https://docs.python.org/2/c-api/typeobj.html#c.readbufferproc
writebufferproc
https://docs.python.org/2/c-api/typeobj.html#c.writebufferproc
segcountproc
https://docs.python.org/2/c-api/typeobj.html#c.segcountproc
PyString_Type
https://docs.python.org/2/c-api/string.html#c.PyString_Type
PyBuffer_Type
https://docs.python.org/2/c-api/buffer.html#c.PyBuffer_Type
charbufferproc
https://docs.python.org/2/c-api/typeobj.html#c.charbufferproc
Py_TPFLAGS_HAVE_GETCHARBUFFER
https://docs.python.org/2/c-api/typeobj.html#Py_TPFLAGS_HAVE_GETCHARBUFFER
tp_flags
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_flags
PyTypeObject
https://docs.python.org/2/c-api/type.html#c.PyTypeObject
PyType_HasFeature()
https://docs.python.org/2/c-api/type.html#c.PyType_HasFeature
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/typeobj.html#c.readbufferproc
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/typeobj.html#c.writebufferproc
TypeError
https://docs.python.org/2/library/exceptions.html#exceptions.TypeError
SystemError
https://docs.python.org/2/library/exceptions.html#exceptions.SystemError
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/typeobj.html#c.segcountproc
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/typeobj.html#c.charbufferproc
Table of Contents
https://docs.python.org/2/contents.html
Type Objects
https://docs.python.org/2/c-api/typeobj.html
Number Object Structures
https://docs.python.org/2/c-api/typeobj.html#number-object-structures
Mapping Object Structures
https://docs.python.org/2/c-api/typeobj.html#mapping-object-structures
Sequence Object Structures
https://docs.python.org/2/c-api/typeobj.html#sequence-object-structures
Buffer Object Structures
https://docs.python.org/2/c-api/typeobj.html#buffer-object-structures
Common Object Structures
https://docs.python.org/2/c-api/structures.html
Supporting Cyclic Garbage Collection
https://docs.python.org/2/c-api/gcsupport.html
Show Source
https://docs.python.org/2/_sources/c-api/typeobj.rst.txt
index
https://docs.python.org/2/genindex.html
modules
https://docs.python.org/2/py-modindex.html
next
https://docs.python.org/2/c-api/gcsupport.html
previous
https://docs.python.org/2/c-api/structures.html
Python
https://www.python.org/
Python 2.7.18 documentation
https://docs.python.org/2/index.html
Python/C API Reference Manual
https://docs.python.org/2/c-api/index.html
Object Implementation Support
https://docs.python.org/2/c-api/objimpl.html
Copyright
https://docs.python.org/2/copyright.html
Please donate.
https://www.python.org/psf/donations/
Found a bug
https://docs.python.org/2/bugs.html
Sphinx
http://sphinx.pocoo.org/
URLs of
crawlers that visited me
.