René's URL Explorer Experiment


Title: Descriptor Objects — Python 3.15.0a5 documentation

Open Graph Title: Descriptor Objects

Description: “Descriptors” are objects that describe some attribute of an object. They are found in the dictionary of type objects. Built-in descriptors:

Open Graph Description: “Descriptors” are objects that describe some attribute of an object. They are found in the dictionary of type objects. Built-in descriptors:

Opengraph URL: https://docs.python.org/3/c-api/descriptor.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.15/_images/social_previews/summary_c-api_descriptor_228c2c9e.png
og:image:alt“Descriptors” are objects that describe some attribute of an object. They are found in the dictionary of type objects. Built-in descriptors:
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/dev/contents.html
Descriptor Objectshttps://docs.python.org/dev/c-api/descriptor.html
Built-in descriptorshttps://docs.python.org/dev/c-api/descriptor.html#built-in-descriptors
Iterator Objectshttps://docs.python.org/dev/c-api/iterator.html
Slice Objectshttps://docs.python.org/dev/c-api/slice.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/descriptor.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/c-api/slice.html
previoushttps://docs.python.org/dev/c-api/iterator.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
Python/C API Reference Manualhttps://docs.python.org/dev/c-api/index.html
Concrete Objects Layerhttps://docs.python.org/dev/c-api/concrete.html
Descriptor Objectshttps://docs.python.org/dev/c-api/descriptor.html
https://docs.python.org/dev/c-api/descriptor.html#descriptor-objects
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/descriptor.html#c.PyProperty_Type
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
PyGetSetDefhttps://docs.python.org/dev/c-api/structures.html#c.PyGetSetDef
https://docs.python.org/dev/c-api/descriptor.html#c.PyDescr_NewGetSet
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
PyMemberDefhttps://docs.python.org/dev/c-api/structures.html#c.PyMemberDef
https://docs.python.org/dev/c-api/descriptor.html#c.PyDescr_NewMember
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/descriptor.html#c.PyMemberDescr_Type
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyMemberDefhttps://docs.python.org/dev/c-api/structures.html#c.PyMemberDef
types.MemberDescriptorTypehttps://docs.python.org/dev/library/types.html#types.MemberDescriptorType
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/descriptor.html#c.PyGetSetDescr_Type
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyGetSetDefhttps://docs.python.org/dev/c-api/structures.html#c.PyGetSetDef
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
PyMethodDefhttps://docs.python.org/dev/c-api/structures.html#c.PyMethodDef
https://docs.python.org/dev/c-api/descriptor.html#c.PyDescr_NewMethod
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/descriptor.html#c.PyMethodDescr_Type
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyMethodDefhttps://docs.python.org/dev/c-api/structures.html#c.PyMethodDef
types.MemberDescriptorTypehttps://docs.python.org/dev/library/types.html#types.MemberDescriptorType
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/descriptor.html#c.PyDescr_NewWrapper
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/descriptor.html#c.PyWrapperDescr_Type
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyDescr_NewWrapper()https://docs.python.org/dev/c-api/descriptor.html#c.PyDescr_NewWrapper
PyWrapper_New()https://docs.python.org/dev/c-api/descriptor.html#c.PyWrapper_New
types.WrapperDescriptorTypehttps://docs.python.org/dev/library/types.html#types.WrapperDescriptorType
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
PyMethodDefhttps://docs.python.org/dev/c-api/structures.html#c.PyMethodDef
https://docs.python.org/dev/c-api/descriptor.html#c.PyDescr_NewClassMethod
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/descriptor.html#c.PyDescr_IsData
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/descriptor.html#c.PyWrapper_New
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
https://docs.python.org/dev/c-api/descriptor.html#built-in-descriptors
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/descriptor.html#c.PySuper_Type
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
superhttps://docs.python.org/dev/library/functions.html#super
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/descriptor.html#c.PyClassMethod_Type
classmethodhttps://docs.python.org/dev/library/functions.html#classmethod
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/descriptor.html#c.PyClassMethodDescr_Type
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
classmethod()https://docs.python.org/dev/library/functions.html#classmethod
classmethodhttps://docs.python.org/dev/library/functions.html#classmethod
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/descriptor.html#c.PyClassMethod_New
classmethodhttps://docs.python.org/dev/library/functions.html#classmethod
strong referencehttps://docs.python.org/dev/glossary.html#term-strong-reference
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/descriptor.html#c.PyStaticMethod_Type
staticmethodhttps://docs.python.org/dev/library/functions.html#staticmethod
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/descriptor.html#c.PyStaticMethod_New
staticmethodhttps://docs.python.org/dev/library/functions.html#staticmethod
strong referencehttps://docs.python.org/dev/glossary.html#term-strong-reference
Table of Contentshttps://docs.python.org/dev/contents.html
Descriptor Objectshttps://docs.python.org/dev/c-api/descriptor.html
Built-in descriptorshttps://docs.python.org/dev/c-api/descriptor.html#built-in-descriptors
Iterator Objectshttps://docs.python.org/dev/c-api/iterator.html
Slice Objectshttps://docs.python.org/dev/c-api/slice.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/descriptor.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/c-api/slice.html
previoushttps://docs.python.org/dev/c-api/iterator.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
Python/C API Reference Manualhttps://docs.python.org/dev/c-api/index.html
Concrete Objects Layerhttps://docs.python.org/dev/c-api/concrete.html
Descriptor Objectshttps://docs.python.org/dev/c-api/descriptor.html
Copyrighthttps://docs.python.org/dev/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.