Home
last modified time | relevance | path

Searched refs:frame_getlocals (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Objects/
H A Dframeobject.c26 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 Dtest_misc.py1356 self.assertEqual(frame.f_locals, _testcapi.frame_getlocals(frame))
/third_party/python/Modules/
H A D_testcapimodule.c5989 frame_getlocals(PyObject *self, PyObject *frame) in frame_getlocals() function
6714 {"frame_getlocals", frame_getlocals, METH_O, NULL},

Completed in 15 milliseconds