René's URL Explorer Experiment
go
Title:
Object Protocol — 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/object.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/number.html
previous
https://docs.python.org/2/c-api/abstract.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
Abstract Objects Layer
https://docs.python.org/2/c-api/abstract.html
¶
https://docs.python.org/2/c-api/object.html#object-protocol
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_Print
str()
https://docs.python.org/2/library/functions.html#str
repr()
https://docs.python.org/2/library/functions.html#repr
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_HasAttr
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_HasAttrString
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_GetAttr
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_GetAttrString
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_GenericGetAttr
__dict__
https://docs.python.org/2/library/stdtypes.html#object.__dict__
Implementing Descriptors
https://docs.python.org/2/reference/datamodel.html#descriptors
AttributeError
https://docs.python.org/2/library/exceptions.html#exceptions.AttributeError
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_SetAttr
PyObject_DelAttr()
https://docs.python.org/2/c-api/object.html#c.PyObject_DelAttr
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_SetAttrString
PyObject_DelAttrString()
https://docs.python.org/2/c-api/object.html#c.PyObject_DelAttrString
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_GenericSetAttr
tp_setattro
https://docs.python.org/2/c-api/typeobj.html#c.PyTypeObject.tp_setattro
__dict__
https://docs.python.org/2/library/stdtypes.html#object.__dict__
AttributeError
https://docs.python.org/2/library/exceptions.html#exceptions.AttributeError
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_DelAttr
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_DelAttrString
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_RichCompare
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_RichCompareBool
PyObject_RichCompareBool()
https://docs.python.org/2/c-api/object.html#c.PyObject_RichCompareBool
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_Cmp
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_Compare
PyErr_Occurred()
https://docs.python.org/2/c-api/exceptions.html#c.PyErr_Occurred
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_Repr
repr()
https://docs.python.org/2/library/functions.html#repr
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_Str
str()
https://docs.python.org/2/library/functions.html#str
print
https://docs.python.org/2/reference/simple_stmts.html#print
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_Bytes
PyObject_Str()
https://docs.python.org/2/c-api/object.html#c.PyObject_Str
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_Unicode
unicode()
https://docs.python.org/2/library/functions.html#unicode
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_IsInstance
PyObject_IsInstance()
https://docs.python.org/2/c-api/object.html#c.PyObject_IsInstance
__class__
https://docs.python.org/2/library/stdtypes.html#instance.__class__
PyObject_IsSubclass()
https://docs.python.org/2/c-api/object.html#c.PyObject_IsSubclass
__bases__
https://docs.python.org/2/library/stdtypes.html#class.__bases__
__bases__
https://docs.python.org/2/library/stdtypes.html#class.__bases__
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_IsSubclass
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyCallable_Check
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_Call
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_CallObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_CallFunction
Py_BuildValue()
https://docs.python.org/2/c-api/arg.html#c.Py_BuildValue
PyObject *
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject_CallFunctionObjArgs()
https://docs.python.org/2/c-api/object.html#c.PyObject_CallFunctionObjArgs
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_CallMethod
Py_BuildValue()
https://docs.python.org/2/c-api/arg.html#c.Py_BuildValue
PyObject *
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject_CallMethodObjArgs()
https://docs.python.org/2/c-api/object.html#c.PyObject_CallMethodObjArgs
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_CallFunctionObjArgs
PyObject*
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_CallMethodObjArgs
PyObject*
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_Hash
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_HashNotImplemented
TypeError
https://docs.python.org/2/library/exceptions.html#exceptions.TypeError
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_IsTrue
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_Not
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_Type
SystemError
https://docs.python.org/2/library/exceptions.html#exceptions.SystemError
PyTypeObject*
https://docs.python.org/2/c-api/type.html#c.PyTypeObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyTypeObject
https://docs.python.org/2/c-api/type.html#c.PyTypeObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_TypeCheck
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_Length
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_Size
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_GetItem
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_SetItem
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_DelItem
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_AsFileDescriptor
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_Dir
PyErr_Occurred()
https://docs.python.org/2/c-api/exceptions.html#c.PyErr_Occurred
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/object.html#c.PyObject_GetIter
TypeError
https://docs.python.org/2/library/exceptions.html#exceptions.TypeError
Abstract Objects Layer
https://docs.python.org/2/c-api/abstract.html
Number Protocol
https://docs.python.org/2/c-api/number.html
Show Source
https://docs.python.org/2/_sources/c-api/object.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/number.html
previous
https://docs.python.org/2/c-api/abstract.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
Abstract Objects Layer
https://docs.python.org/2/c-api/abstract.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
.