René's URL Explorer Experiment


Title: Function Objects — Python 3.15.0a5 documentation

Open Graph Title: Function Objects

Description: There are a few functions specific to Python functions.

Open Graph Description: There are a few functions specific to Python functions.

Opengraph URL: https://docs.python.org/3/c-api/function.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_function_2c0212a3.png
og:image:altThere are a few functions specific to Python functions.
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Set Objectshttps://docs.python.org/dev/c-api/set.html
Instance Method Objectshttps://docs.python.org/dev/c-api/method.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/function.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/method.html
previoushttps://docs.python.org/dev/c-api/set.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
Function Objectshttps://docs.python.org/dev/c-api/function.html
https://docs.python.org/dev/c-api/function.html#function-objects
https://docs.python.org/dev/c-api/function.html#c.PyFunctionObject
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/function.html#c.PyFunction_Type
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/function.html#c.PyFunction_Check
PyFunction_Typehttps://docs.python.org/dev/c-api/function.html#c.PyFunction_Type
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/function.html#c.PyFunction_New
__module__https://docs.python.org/dev/reference/datamodel.html#function.__module__
__qualname__https://docs.python.org/dev/reference/datamodel.html#function.__qualname__
co_qualnamehttps://docs.python.org/dev/reference/datamodel.html#codeobject.co_qualname
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
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/function.html#c.PyFunction_NewWithQualName
PyFunction_New()https://docs.python.org/dev/c-api/function.html#c.PyFunction_New
__qualname__https://docs.python.org/dev/reference/datamodel.html#function.__qualname__
co_qualnamehttps://docs.python.org/dev/reference/datamodel.html#codeobject.co_qualname
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/function.html#c.PyFunction_GetCode
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/function.html#c.PyFunction_GetGlobals
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/function.html#c.PyFunction_GetModule
borrowed referencehttps://docs.python.org/dev/glossary.html#term-borrowed-reference
__module__https://docs.python.org/dev/reference/datamodel.html#function.__module__
function objecthttps://docs.python.org/dev/reference/datamodel.html#user-defined-funcs
stringhttps://docs.python.org/dev/library/stdtypes.html#str
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/function.html#c.PyFunction_GetDefaults
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/function.html#c.PyFunction_SetDefaults
SystemErrorhttps://docs.python.org/dev/library/exceptions.html#SystemError
PyFunctionObjecthttps://docs.python.org/dev/c-api/function.html#c.PyFunctionObject
vectorcallfunchttps://docs.python.org/dev/c-api/call.html#c.vectorcallfunc
https://docs.python.org/dev/c-api/function.html#c.PyFunction_SetVectorcall
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/function.html#c.PyFunction_GetKwDefaults
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/function.html#c.PyFunction_SetKwDefaults
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/function.html#c.PyFunction_GetClosure
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/function.html#c.PyFunction_SetClosure
SystemErrorhttps://docs.python.org/dev/library/exceptions.html#SystemError
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/function.html#c.PyFunction_GetAnnotations
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/function.html#c.PyFunction_SetAnnotations
SystemErrorhttps://docs.python.org/dev/library/exceptions.html#SystemError
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/function.html#c.PyFunction_GET_CODE
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/function.html#c.PyFunction_GET_GLOBALS
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/function.html#c.PyFunction_GET_MODULE
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/function.html#c.PyFunction_GET_DEFAULTS
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/function.html#c.PyFunction_GET_KW_DEFAULTS
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/function.html#c.PyFunction_GET_CLOSURE
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/function.html#c.PyFunction_GET_ANNOTATIONS
PyFunction_Typehttps://docs.python.org/dev/c-api/function.html#c.PyFunction_Type
PyFunction_WatchCallbackhttps://docs.python.org/dev/c-api/function.html#c.PyFunction_WatchCallback
https://docs.python.org/dev/c-api/function.html#c.PyFunction_AddWatcher
PyFunction_ClearWatcher()https://docs.python.org/dev/c-api/function.html#c.PyFunction_ClearWatcher
https://docs.python.org/dev/c-api/function.html#c.PyFunction_ClearWatcher
PyFunction_AddWatcher()https://docs.python.org/dev/c-api/function.html#c.PyFunction_AddWatcher
https://docs.python.org/dev/c-api/function.html#c.PyFunction_WatchEvent
PyFunction_WatchEventhttps://docs.python.org/dev/c-api/function.html#c.PyFunction_WatchEvent
PyFunctionObjecthttps://docs.python.org/dev/c-api/function.html#c.PyFunctionObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/function.html#c.PyFunction_WatchCallback
borrowed referencehttps://docs.python.org/dev/glossary.html#term-borrowed-reference
PyErr_WriteUnraisable()https://docs.python.org/dev/c-api/exceptions.html#c.PyErr_WriteUnraisable
Set Objectshttps://docs.python.org/dev/c-api/set.html
Instance Method Objectshttps://docs.python.org/dev/c-api/method.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/function.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/method.html
previoushttps://docs.python.org/dev/c-api/set.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
Function Objectshttps://docs.python.org/dev/c-api/function.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.