Searched refs:PyFrame_GetLocals (Results 1 – 14 of 14) sorted by relevance
10 PyAPI_FUNC(PyObject *) PyFrame_GetLocals(PyFrameObject *frame);
193 PyFrame_GetLocals(PyFrameObject *frame) in PyFrame_GetLocals() function254 locals = PyFrame_GetLocals(frame); in PyFrame_GetVar()
100 .. c:function:: PyObject* PyFrame_GetLocals(PyFrameObject *frame)
859 auto locals = THPObjectPtr(PyFrame_GetLocals(frame)); in recordPyCall()867 auto locals = THPObjectPtr(PyFrame_GetLocals(frame)); in recordPyCall()
1339 PyFrame_GetLocals(PyFrameObject *frame) in PyFrame_GetLocals() function
1080 * :c:func:`PyFrame_GetLocals`
144 :c:func:`PyFrame_GetLocals`.
2418 * :c:func:`PyFrame_GetLocals`2449 * ``f_locals``: use :c:func:`PyFrame_GetLocals`.2464 :c:func:`PyFrame_GetLocals` instead. They no longer need to call
5995 return PyFrame_GetLocals((PyFrameObject *)frame); in frame_getlocals()
255 …<elf-symbol name='PyFrame_GetLocals' type='func-type' binding='global-binding' visibility='default…8314 …PyFrame_GetLocals' mangled-name='PyFrame_GetLocals' filepath='Objects/frameobject.c' line='1179' c…