Home
last modified time | relevance | path

Searched refs:PyFrame_GetLocals (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dpyframe.h10 PyAPI_FUNC(PyObject *) PyFrame_GetLocals(PyFrameObject *frame);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dpyframe.h10 PyAPI_FUNC(PyObject *) PyFrame_GetLocals(PyFrameObject *frame);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dpyframe.h10 PyAPI_FUNC(PyObject *) PyFrame_GetLocals(PyFrameObject *frame);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dpyframe.h10 PyAPI_FUNC(PyObject *) PyFrame_GetLocals(PyFrameObject *frame);
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dpyframe.h10 PyAPI_FUNC(PyObject *) PyFrame_GetLocals(PyFrameObject *frame);
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpythoncapi_compat.h193 PyFrame_GetLocals(PyFrameObject *frame) in PyFrame_GetLocals() function
254 locals = PyFrame_GetLocals(frame); in PyFrame_GetVar()
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dframe.rst100 .. c:function:: PyObject* PyFrame_GetLocals(PyFrameObject *frame)
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dprofiler_python.cpp859 auto locals = THPObjectPtr(PyFrame_GetLocals(frame)); in recordPyCall()
867 auto locals = THPObjectPtr(PyFrame_GetLocals(frame)); in recordPyCall()
/aosp_15_r20/external/python/cpython3/Objects/
Dframeobject.c1339 PyFrame_GetLocals(PyFrameObject *frame) in PyFrame_GetLocals() function
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.11.0b4.rst1080 * :c:func:`PyFrame_GetLocals`
D3.11.0a7.rst144 :c:func:`PyFrame_GetLocals`.
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.11.rst2418 * :c:func:`PyFrame_GetLocals`
2449 * ``f_locals``: use :c:func:`PyFrame_GetLocals`.
2464 :c:func:`PyFrame_GetLocals` instead. They no longer need to call
/aosp_15_r20/external/python/cpython3/Modules/
D_testcapimodule.c5995 return PyFrame_GetLocals((PyFrameObject *)frame); in frame_getlocals()
/aosp_15_r20/external/python/cpython3/Doc/data/
Dpython3.11.abi255 …<elf-symbol name='PyFrame_GetLocals' type='func-type' binding='global-binding' visibility='default…
8314PyFrame_GetLocals' mangled-name='PyFrame_GetLocals' filepath='Objects/frameobject.c' line='1179' c…