Home
last modified time | relevance | path

Searched refs:PyFrame_GetBuiltins (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Include/cpython/
Dpyframe.h15 PyAPI_FUNC(PyObject *) PyFrame_GetBuiltins(PyFrameObject *frame);
/external/python/cpython3/Doc/c-api/
Dframe.rst51 .. c:function:: PyObject* PyFrame_GetBuiltins(PyFrameObject *frame)
/external/pytorch/torch/csrc/utils/
Dpythoncapi_compat.h220 PyFrame_GetBuiltins(PyFrameObject *frame) in PyFrame_GetBuiltins() function
/external/python/cpython3/Doc/data/
Drefcounts.dat930 PyFrame_GetBuiltins:PyObject*::+1:
931 PyFrame_GetBuiltins:PyFrameObject*:frame:0:
Dpython3.13.abi277 …<elf-symbol name='PyFrame_GetBuiltins' type='func-type' binding='global-binding' visibility='defau…
7308PyFrame_GetBuiltins' mangled-name='PyFrame_GetBuiltins' filepath='Objects/frameobject.c' line='221…
/external/python/cpython3/Objects/
Dframeobject.c2212 PyFrame_GetBuiltins(PyFrameObject *frame) in PyFrame_GetBuiltins() function
/external/python/cpython3/Misc/NEWS.d/
D3.11.0a7.rst1525 Add ``PyFrame_GetBuiltins``, ``PyFrame_GetGenerator`` and
D3.12.0a1.rst5994 * :c:func:`PyFrame_GetBuiltins`
/external/python/cpython3/Doc/whatsnew/
D3.11.rst2260 :c:func:`PyFrame_GetBuiltins`, :c:func:`PyFrame_GetGenerator`,
2430 * :c:func:`PyFrame_GetBuiltins`
2456 * ``f_builtins``: use :c:func:`PyFrame_GetBuiltins`.
/external/python/cpython3/Modules/
D_testcapimodule.c2583 return PyFrame_GetBuiltins((PyFrameObject *)frame); in frame_getbuiltins()