Home
last modified time | relevance | path

Searched refs:PyCode_GetCode (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/cpython/
Dcode.h211 PyAPI_FUNC(PyObject *) PyCode_GetCode(PyCodeObject *code);
/third_party/python/Doc/c-api/
Dcode.rst82 .. c:function:: PyObject* PyCode_GetCode(PyCodeObject *co)
/third_party/python/Objects/
Dcodeobject.c1480 PyCode_GetCode(PyCodeObject *co) in PyCode_GetCode() function
/third_party/python/Modules/
D_testcapimodule.c6230 PyObject *co_code = PyCode_GetCode(co); in test_code_api()
/third_party/python/Doc/whatsnew/
D3.11.rst2304 :c:func:`PyCode_GetCode`, :c:func:`PyCode_GetVarnames`,
/third_party/python/Misc/
DNEWS2074 - gh-issue-93382: Cache the result of :c:func:`PyCode_GetCode` function to
3355 - gh-issue-92154: Added the :c:func:`PyCode_GetCode` function. This function