René's URL Explorer Experiment
go
Title:
Type Objects — Python v3.2.6 documentation
direct link
Domain:
docs.python.org
None
text/html; charset=utf-8
Links
:
index
https://docs.python.org/3.2/genindex.html
modules
https://docs.python.org/3.2/py-modindex.html
next
https://docs.python.org/3.2/c-api/gcsupport.html
previous
https://docs.python.org/3.2/c-api/structures.html
Python
http://www.python.org/
3.2.6 Documentation
https://docs.python.org/3.2/index.html
Python/C API Reference Manual
https://docs.python.org/3.2/c-api/index.html
Object Implementation Support
https://docs.python.org/3.2/c-api/objimpl.html
¶
https://docs.python.org/3.2/c-api/typeobj.html#type-objects
PyTypeObject
https://docs.python.org/3.2/c-api/type.html#PyTypeObject
PyTypeObject
https://docs.python.org/3.2/c-api/type.html#PyTypeObject
PyVarObject
https://docs.python.org/3.2/c-api/structures.html#PyVarObject
PyType_Type
https://docs.python.org/3.2/c-api/type.html#PyType_Type
PyObject
https://docs.python.org/3.2/c-api/structures.html#PyObject
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyObject._ob_next
PyObject
https://docs.python.org/3.2/c-api/structures.html#PyObject
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyObject._ob_prev
PYTHONDUMPREFS
https://docs.python.org/3.2/using/cmdline.html#envvar-PYTHONDUMPREFS
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyObject.ob_refcnt
PyTypeObject
https://docs.python.org/3.2/c-api/type.html#PyTypeObject
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyObject.ob_type
PyType_Ready()
https://docs.python.org/3.2/c-api/type.html#PyType_Ready
PyType_Ready()
https://docs.python.org/3.2/c-api/type.html#PyType_Ready
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyVarObject.ob_size
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_name
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_basicsize
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_itemsize
PyObject_HEAD
https://docs.python.org/3.2/c-api/structures.html#PyObject_HEAD
PyObject_VAR_HEAD
https://docs.python.org/3.2/c-api/structures.html#PyObject_VAR_HEAD
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_dealloc
Py_DECREF()
https://docs.python.org/3.2/c-api/refcounting.html#Py_DECREF
Py_XDECREF()
https://docs.python.org/3.2/c-api/refcounting.html#Py_XDECREF
Py_TPFLAGS_BASETYPE
https://docs.python.org/3.2/c-api/typeobj.html#Py_TPFLAGS_BASETYPE
PyObject_Del()
https://docs.python.org/3.2/c-api/allocation.html#PyObject_Del
PyObject_New()
https://docs.python.org/3.2/c-api/allocation.html#PyObject_New
PyObject_GC_Del()
https://docs.python.org/3.2/c-api/gcsupport.html#PyObject_GC_Del
PyObject_GC_New()
https://docs.python.org/3.2/c-api/gcsupport.html#PyObject_GC_New
PyObject_GC_NewVar()
https://docs.python.org/3.2/c-api/gcsupport.html#PyObject_GC_NewVar
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_print
PyObject_Print()
https://docs.python.org/3.2/c-api/object.html#PyObject_Print
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_getattr
PyObject_GetAttrString()
https://docs.python.org/3.2/c-api/object.html#PyObject_GetAttrString
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_setattr
PyObject_SetAttrString()
https://docs.python.org/3.2/c-api/object.html#PyObject_SetAttrString
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_reserved
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_repr
repr()
https://docs.python.org/3.2/library/functions.html#repr
PyObject_Repr()
https://docs.python.org/3.2/c-api/object.html#PyObject_Repr
eval()
https://docs.python.org/3.2/library/functions.html#eval
PyNumberMethods
https://docs.python.org/3.2/c-api/typeobj.html#PyNumberMethods
¶
https://docs.python.org/3.2/c-api/typeobj.html#tp_as_number
Number Object Structures
https://docs.python.org/3.2/c-api/typeobj.html#number-structs
PySequenceMethods
https://docs.python.org/3.2/c-api/typeobj.html#PySequenceMethods
¶
https://docs.python.org/3.2/c-api/typeobj.html#tp_as_sequence
Sequence Object Structures
https://docs.python.org/3.2/c-api/typeobj.html#sequence-structs
PyMappingMethods
https://docs.python.org/3.2/c-api/typeobj.html#PyMappingMethods
¶
https://docs.python.org/3.2/c-api/typeobj.html#tp_as_mapping
Mapping Object Structures
https://docs.python.org/3.2/c-api/typeobj.html#mapping-structs
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_hash
hash()
https://docs.python.org/3.2/library/functions.html#hash
PyObject_Hash()
https://docs.python.org/3.2/c-api/object.html#PyObject_Hash
PyObject_HashNotImplemented()
https://docs.python.org/3.2/c-api/object.html#PyObject_HashNotImplemented
PyObject_HashNotImplemented()
https://docs.python.org/3.2/c-api/object.html#PyObject_HashNotImplemented
TypeError
https://docs.python.org/3.2/library/exceptions.html#TypeError
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_call
PyObject_Call()
https://docs.python.org/3.2/c-api/object.html#PyObject_Call
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_str
str()
https://docs.python.org/3.2/library/functions.html#str
str
https://docs.python.org/3.2/library/functions.html#str
str()
https://docs.python.org/3.2/library/functions.html#str
PyObject_Str()
https://docs.python.org/3.2/c-api/object.html#PyObject_Str
PyObject_Str()
https://docs.python.org/3.2/c-api/object.html#PyObject_Str
PyObject_Str()
https://docs.python.org/3.2/c-api/object.html#PyObject_Str
print()
https://docs.python.org/3.2/library/functions.html#print
PyObject_Repr()
https://docs.python.org/3.2/c-api/object.html#PyObject_Repr
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_getattro
PyObject_GetAttr()
https://docs.python.org/3.2/c-api/object.html#PyObject_GetAttr
PyObject_GenericGetAttr()
https://docs.python.org/3.2/c-api/object.html#PyObject_GenericGetAttr
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_setattro
PyObject_SetAttr()
https://docs.python.org/3.2/c-api/object.html#PyObject_SetAttr
PyObject_GenericSetAttr()
https://docs.python.org/3.2/c-api/object.html#PyObject_GenericSetAttr
PyBufferProcs
https://docs.python.org/3.2/c-api/typeobj.html#PyBufferProcs
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_as_buffer
Buffer Object Structures
https://docs.python.org/3.2/c-api/typeobj.html#buffer-structs
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_flags
Py_TPFLAGS_HAVE_GC
https://docs.python.org/3.2/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC
Py_TPFLAGS_HAVE_GC
https://docs.python.org/3.2/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC
PyType_HasFeature()
https://docs.python.org/3.2/c-api/type.html#PyType_HasFeature
¶
https://docs.python.org/3.2/c-api/typeobj.html#Py_TPFLAGS_HEAPTYPE
¶
https://docs.python.org/3.2/c-api/typeobj.html#Py_TPFLAGS_BASETYPE
¶
https://docs.python.org/3.2/c-api/typeobj.html#Py_TPFLAGS_READY
PyType_Ready()
https://docs.python.org/3.2/c-api/type.html#PyType_Ready
¶
https://docs.python.org/3.2/c-api/typeobj.html#Py_TPFLAGS_READYING
PyType_Ready()
https://docs.python.org/3.2/c-api/type.html#PyType_Ready
¶
https://docs.python.org/3.2/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC
PyObject_GC_New()
https://docs.python.org/3.2/c-api/gcsupport.html#PyObject_GC_New
PyObject_GC_Del()
https://docs.python.org/3.2/c-api/gcsupport.html#PyObject_GC_Del
Supporting Cyclic Garbage Collection
https://docs.python.org/3.2/c-api/gcsupport.html#supporting-cycle-detection
¶
https://docs.python.org/3.2/c-api/typeobj.html#Py_TPFLAGS_DEFAULT
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_doc
traverseproc
https://docs.python.org/3.2/c-api/gcsupport.html#traverseproc
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_traverse
Py_TPFLAGS_HAVE_GC
https://docs.python.org/3.2/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC
Supporting Cyclic Garbage Collection
https://docs.python.org/3.2/c-api/gcsupport.html#supporting-cycle-detection
Py_VISIT()
https://docs.python.org/3.2/c-api/gcsupport.html#Py_VISIT
_thread
https://docs.python.org/3.2/library/_thread.html#module-_thread
Py_VISIT()
https://docs.python.org/3.2/c-api/gcsupport.html#Py_VISIT
gc
https://docs.python.org/3.2/library/gc.html#module-gc
Py_VISIT()
https://docs.python.org/3.2/c-api/gcsupport.html#Py_VISIT
Py_TPFLAGS_HAVE_GC
https://docs.python.org/3.2/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC
inquiry
https://docs.python.org/3.2/c-api/gcsupport.html#inquiry
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_clear
Py_TPFLAGS_HAVE_GC
https://docs.python.org/3.2/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC
Py_CLEAR()
https://docs.python.org/3.2/c-api/refcounting.html#Py_CLEAR
Py_CLEAR()
https://docs.python.org/3.2/c-api/refcounting.html#Py_CLEAR
Supporting Cyclic Garbage Collection
https://docs.python.org/3.2/c-api/gcsupport.html#supporting-cycle-detection
Py_TPFLAGS_HAVE_GC
https://docs.python.org/3.2/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_richcompare
TypeError
https://docs.python.org/3.2/library/exceptions.html#TypeError
PyObject_RichCompare()
https://docs.python.org/3.2/c-api/object.html#PyObject_RichCompare
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_weaklistoffset
PyObject*
https://docs.python.org/3.2/c-api/structures.html#PyObject
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_iter
PyObject_GetIter()
https://docs.python.org/3.2/c-api/object.html#PyObject_GetIter
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_iternext
StopIteration
https://docs.python.org/3.2/library/exceptions.html#StopIteration
PyIter_Next()
https://docs.python.org/3.2/c-api/iter.html#PyIter_Next
PyMethodDef
https://docs.python.org/3.2/c-api/structures.html#PyMethodDef
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_methods
PyMethodDef
https://docs.python.org/3.2/c-api/structures.html#PyMethodDef
PyMemberDef
https://docs.python.org/3.2/c-api/structures.html#PyMemberDef
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_members
PyMemberDef
https://docs.python.org/3.2/c-api/structures.html#PyMemberDef
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_getset
PyTypeObject
https://docs.python.org/3.2/c-api/type.html#PyTypeObject
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_base
object
https://docs.python.org/3.2/library/functions.html#object
PyObject
https://docs.python.org/3.2/c-api/structures.html#PyObject
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_dict
PyType_Ready()
https://docs.python.org/3.2/c-api/type.html#PyType_Ready
PyType_Ready()
https://docs.python.org/3.2/c-api/type.html#PyType_Ready
__add__()
https://docs.python.org/3.2/reference/datamodel.html#object.__add__
PyDict_SetItem()
https://docs.python.org/3.2/c-api/dict.html#PyDict_SetItem
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_descr_get
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_descr_set
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_dictoffset
PyObject_GenericGetAttr()
https://docs.python.org/3.2/c-api/object.html#PyObject_GenericGetAttr
str
https://docs.python.org/3.2/library/functions.html#str
tuple
https://docs.python.org/3.2/library/functions.html#tuple
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_init
__init__()
https://docs.python.org/3.2/reference/datamodel.html#object.__init__
__init__()
https://docs.python.org/3.2/reference/datamodel.html#object.__init__
__init__()
https://docs.python.org/3.2/reference/datamodel.html#object.__init__
__init__()
https://docs.python.org/3.2/reference/datamodel.html#object.__init__
__init__()
https://docs.python.org/3.2/reference/datamodel.html#object.__init__
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_alloc
PyType_GenericAlloc()
https://docs.python.org/3.2/c-api/type.html#PyType_GenericAlloc
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_new
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_free
PyType_GenericAlloc()
https://docs.python.org/3.2/c-api/type.html#PyType_GenericAlloc
Py_TPFLAGS_HAVE_GC
https://docs.python.org/3.2/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC
inquiry
https://docs.python.org/3.2/c-api/gcsupport.html#inquiry
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_is_gc
Py_TPFLAGS_HAVE_GC
https://docs.python.org/3.2/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC
PyType_Type
https://docs.python.org/3.2/c-api/type.html#PyType_Type
PyObject
https://docs.python.org/3.2/c-api/structures.html#PyObject
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_bases
PyObject
https://docs.python.org/3.2/c-api/structures.html#PyObject
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_mro
object
https://docs.python.org/3.2/library/functions.html#object
PyType_Ready()
https://docs.python.org/3.2/c-api/type.html#PyType_Ready
PyObject
https://docs.python.org/3.2/c-api/structures.html#PyObject
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_cache
PyObject
https://docs.python.org/3.2/c-api/structures.html#PyObject
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_subclasses
PyObject
https://docs.python.org/3.2/c-api/structures.html#PyObject
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_weaklist
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_allocs
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_frees
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_maxalloc
PyTypeObject
https://docs.python.org/3.2/c-api/type.html#PyTypeObject
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_next
¶
https://docs.python.org/3.2/c-api/typeobj.html#number-object-structures
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyNumberMethods
Number Protocol
https://docs.python.org/3.2/c-api/number.html#number
¶
https://docs.python.org/3.2/c-api/typeobj.html#mapping-object-structures
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyMappingMethods
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyMappingMethods.mp_length
PyMapping_Length()
https://docs.python.org/3.2/c-api/mapping.html#PyMapping_Length
PyObject_Size()
https://docs.python.org/3.2/c-api/object.html#PyObject_Size
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyMappingMethods.mp_subscript
PyObject_GetItem()
https://docs.python.org/3.2/c-api/object.html#PyObject_GetItem
PyMapping_Check()
https://docs.python.org/3.2/c-api/mapping.html#PyMapping_Check
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyMappingMethods.mp_ass_subscript
PyObject_SetItem()
https://docs.python.org/3.2/c-api/object.html#PyObject_SetItem
¶
https://docs.python.org/3.2/c-api/typeobj.html#sequence-object-structures
¶
https://docs.python.org/3.2/c-api/typeobj.html#PySequenceMethods
¶
https://docs.python.org/3.2/c-api/typeobj.html#PySequenceMethods.sq_length
PySequence_Size()
https://docs.python.org/3.2/c-api/sequence.html#PySequence_Size
PyObject_Size()
https://docs.python.org/3.2/c-api/object.html#PyObject_Size
¶
https://docs.python.org/3.2/c-api/typeobj.html#PySequenceMethods.sq_concat
PySequence_Concat()
https://docs.python.org/3.2/c-api/sequence.html#PySequence_Concat
¶
https://docs.python.org/3.2/c-api/typeobj.html#PySequenceMethods.sq_repeat
PySequence_Repeat()
https://docs.python.org/3.2/c-api/sequence.html#PySequence_Repeat
¶
https://docs.python.org/3.2/c-api/typeobj.html#PySequenceMethods.sq_item
PySequence_GetItem()
https://docs.python.org/3.2/c-api/sequence.html#PySequence_GetItem
PySequence_Check()
https://docs.python.org/3.2/c-api/sequence.html#PySequence_Check
¶
https://docs.python.org/3.2/c-api/typeobj.html#PySequenceMethods.sq_ass_item
PySequence_SetItem()
https://docs.python.org/3.2/c-api/sequence.html#PySequence_SetItem
¶
https://docs.python.org/3.2/c-api/typeobj.html#PySequenceMethods.sq_contains
PySequence_Contains()
https://docs.python.org/3.2/c-api/sequence.html#PySequence_Contains
PySequence_Contains()
https://docs.python.org/3.2/c-api/sequence.html#PySequence_Contains
¶
https://docs.python.org/3.2/c-api/typeobj.html#PySequenceMethods.sq_inplace_concat
PySequence_InPlaceConcat()
https://docs.python.org/3.2/c-api/sequence.html#PySequence_InPlaceConcat
¶
https://docs.python.org/3.2/c-api/typeobj.html#PySequenceMethods.sq_inplace_repeat
PySequence_InPlaceRepeat()
https://docs.python.org/3.2/c-api/sequence.html#PySequence_InPlaceRepeat
¶
https://docs.python.org/3.2/c-api/typeobj.html#buffer-object-structures
buffer interface
https://docs.python.org/3.2/c-api/buffer.html#bufferobjects
PyTypeObject
https://docs.python.org/3.2/c-api/type.html#PyTypeObject
PyBufferProcs
https://docs.python.org/3.2/c-api/typeobj.html#PyBufferProcs
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyBufferProcs
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyBufferProcs.bf_getbuffer
Py_buffer
https://docs.python.org/3.2/c-api/buffer.html#Py_buffer
Py_buffer
https://docs.python.org/3.2/c-api/buffer.html#Py_buffer
PyObject_GetBuffer()
https://docs.python.org/3.2/c-api/buffer.html#PyObject_GetBuffer
Py_buffer
https://docs.python.org/3.2/c-api/buffer.html#Py_buffer
¶
https://docs.python.org/3.2/c-api/typeobj.html#PyBufferProcs.bf_releasebuffer
Py_buffer
https://docs.python.org/3.2/c-api/buffer.html#Py_buffer
PyBuffer_Release()
https://docs.python.org/3.2/c-api/buffer.html#PyBuffer_Release
Table Of Contents
https://docs.python.org/3.2/contents.html
Type Objects
https://docs.python.org/3.2/c-api/typeobj.html
Number Object Structures
https://docs.python.org/3.2/c-api/typeobj.html#number-object-structures
Mapping Object Structures
https://docs.python.org/3.2/c-api/typeobj.html#mapping-object-structures
Sequence Object Structures
https://docs.python.org/3.2/c-api/typeobj.html#sequence-object-structures
Buffer Object Structures
https://docs.python.org/3.2/c-api/typeobj.html#buffer-object-structures
Common Object Structures
https://docs.python.org/3.2/c-api/structures.html
Supporting Cyclic Garbage Collection
https://docs.python.org/3.2/c-api/gcsupport.html
Report a Bug
https://docs.python.org/3.2/bugs.html
Show Source
https://docs.python.org/3.2/_sources/c-api/typeobj.txt
index
https://docs.python.org/3.2/genindex.html
modules
https://docs.python.org/3.2/py-modindex.html
next
https://docs.python.org/3.2/c-api/gcsupport.html
previous
https://docs.python.org/3.2/c-api/structures.html
Python
http://www.python.org/
3.2.6 Documentation
https://docs.python.org/3.2/index.html
Python/C API Reference Manual
https://docs.python.org/3.2/c-api/index.html
Object Implementation Support
https://docs.python.org/3.2/c-api/objimpl.html
Copyright
https://docs.python.org/3.2/copyright.html
Please donate.
http://www.python.org/psf/donations/
Found a bug
https://docs.python.org/3.2/bugs.html
Sphinx
http://sphinx.pocoo.org/
URLs of
crawlers that visited me
.