Searched refs:frame_getlocals (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Objects/ |
H A D | frameobject.c | 26 frame_getlocals(PyFrameObject *f, void *closure) in frame_getlocals() function 828 {"f_locals", (getter)frame_getlocals, NULL, NULL}, 1342 return frame_getlocals(frame, NULL); in PyFrame_GetLocals()
|
/third_party/python/Lib/test/test_capi/ |
H A D | test_misc.py | 1356 self.assertEqual(frame.f_locals, _testcapi.frame_getlocals(frame))
|
/third_party/python/Modules/ |
H A D | _testcapimodule.c | 5989 frame_getlocals(PyObject *self, PyObject *frame) in frame_getlocals() function 6714 {"frame_getlocals", frame_getlocals, METH_O, NULL},
|
Completed in 14 milliseconds