René's URL Explorer Experiment


Title: Type Objects — Python v3.2.6 documentation

direct link

Domain: docs.python.org

Nonetext/html; charset=utf-8

Links:

indexhttps://docs.python.org/3.2/genindex.html
moduleshttps://docs.python.org/3.2/py-modindex.html
nexthttps://docs.python.org/3.2/c-api/gcsupport.html
previoushttps://docs.python.org/3.2/c-api/structures.html
Pythonhttp://www.python.org/
3.2.6 Documentationhttps://docs.python.org/3.2/index.html
Python/C API Reference Manualhttps://docs.python.org/3.2/c-api/index.html
Object Implementation Supporthttps://docs.python.org/3.2/c-api/objimpl.html
https://docs.python.org/3.2/c-api/typeobj.html#type-objects
PyTypeObjecthttps://docs.python.org/3.2/c-api/type.html#PyTypeObject
PyTypeObjecthttps://docs.python.org/3.2/c-api/type.html#PyTypeObject
PyVarObjecthttps://docs.python.org/3.2/c-api/structures.html#PyVarObject
PyType_Typehttps://docs.python.org/3.2/c-api/type.html#PyType_Type
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/typeobj.html#PyObject._ob_next
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/typeobj.html#PyObject._ob_prev
PYTHONDUMPREFShttps://docs.python.org/3.2/using/cmdline.html#envvar-PYTHONDUMPREFS
https://docs.python.org/3.2/c-api/typeobj.html#PyObject.ob_refcnt
PyTypeObjecthttps://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_HEADhttps://docs.python.org/3.2/c-api/structures.html#PyObject_HEAD
PyObject_VAR_HEADhttps://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_BASETYPEhttps://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
PyNumberMethodshttps://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 Structureshttps://docs.python.org/3.2/c-api/typeobj.html#number-structs
PySequenceMethodshttps://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 Structureshttps://docs.python.org/3.2/c-api/typeobj.html#sequence-structs
PyMappingMethodshttps://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 Structureshttps://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
TypeErrorhttps://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
strhttps://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
PyBufferProcshttps://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 Structureshttps://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_GChttps://docs.python.org/3.2/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC
Py_TPFLAGS_HAVE_GChttps://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 Collectionhttps://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
traverseprochttps://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_GChttps://docs.python.org/3.2/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC
Supporting Cyclic Garbage Collectionhttps://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
_threadhttps://docs.python.org/3.2/library/_thread.html#module-_thread
Py_VISIT()https://docs.python.org/3.2/c-api/gcsupport.html#Py_VISIT
gchttps://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_GChttps://docs.python.org/3.2/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC
inquiryhttps://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_GChttps://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 Collectionhttps://docs.python.org/3.2/c-api/gcsupport.html#supporting-cycle-detection
Py_TPFLAGS_HAVE_GChttps://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
TypeErrorhttps://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
StopIterationhttps://docs.python.org/3.2/library/exceptions.html#StopIteration
PyIter_Next()https://docs.python.org/3.2/c-api/iter.html#PyIter_Next
PyMethodDefhttps://docs.python.org/3.2/c-api/structures.html#PyMethodDef
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_methods
PyMethodDefhttps://docs.python.org/3.2/c-api/structures.html#PyMethodDef
PyMemberDefhttps://docs.python.org/3.2/c-api/structures.html#PyMemberDef
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_members
PyMemberDefhttps://docs.python.org/3.2/c-api/structures.html#PyMemberDef
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_getset
PyTypeObjecthttps://docs.python.org/3.2/c-api/type.html#PyTypeObject
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_base
objecthttps://docs.python.org/3.2/library/functions.html#object
PyObjecthttps://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
strhttps://docs.python.org/3.2/library/functions.html#str
tuplehttps://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_GChttps://docs.python.org/3.2/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC
inquiryhttps://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_GChttps://docs.python.org/3.2/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC
PyType_Typehttps://docs.python.org/3.2/c-api/type.html#PyType_Type
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_bases
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_mro
objecthttps://docs.python.org/3.2/library/functions.html#object
PyType_Ready()https://docs.python.org/3.2/c-api/type.html#PyType_Ready
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_cache
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/typeobj.html#PyTypeObject.tp_subclasses
PyObjecthttps://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
PyTypeObjecthttps://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 Protocolhttps://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 interfacehttps://docs.python.org/3.2/c-api/buffer.html#bufferobjects
PyTypeObjecthttps://docs.python.org/3.2/c-api/type.html#PyTypeObject
PyBufferProcshttps://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_bufferhttps://docs.python.org/3.2/c-api/buffer.html#Py_buffer
Py_bufferhttps://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_bufferhttps://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_bufferhttps://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 Contentshttps://docs.python.org/3.2/contents.html
Type Objectshttps://docs.python.org/3.2/c-api/typeobj.html
Number Object Structureshttps://docs.python.org/3.2/c-api/typeobj.html#number-object-structures
Mapping Object Structureshttps://docs.python.org/3.2/c-api/typeobj.html#mapping-object-structures
Sequence Object Structureshttps://docs.python.org/3.2/c-api/typeobj.html#sequence-object-structures
Buffer Object Structureshttps://docs.python.org/3.2/c-api/typeobj.html#buffer-object-structures
Common Object Structureshttps://docs.python.org/3.2/c-api/structures.html
Supporting Cyclic Garbage Collectionhttps://docs.python.org/3.2/c-api/gcsupport.html
Report a Bughttps://docs.python.org/3.2/bugs.html
Show Sourcehttps://docs.python.org/3.2/_sources/c-api/typeobj.txt
indexhttps://docs.python.org/3.2/genindex.html
moduleshttps://docs.python.org/3.2/py-modindex.html
nexthttps://docs.python.org/3.2/c-api/gcsupport.html
previoushttps://docs.python.org/3.2/c-api/structures.html
Pythonhttp://www.python.org/
3.2.6 Documentationhttps://docs.python.org/3.2/index.html
Python/C API Reference Manualhttps://docs.python.org/3.2/c-api/index.html
Object Implementation Supporthttps://docs.python.org/3.2/c-api/objimpl.html
Copyrighthttps://docs.python.org/3.2/copyright.html
Please donate.http://www.python.org/psf/donations/
Found a bughttps://docs.python.org/3.2/bugs.html
Sphinxhttp://sphinx.pocoo.org/

URLs of crawlers that visited me.