Searched refs:frame_getglobals (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Objects/ |
H A D | frameobject.c | 70 frame_getglobals(PyFrameObject *f, void *closure) in frame_getglobals() function 833 {"f_globals", (getter)frame_getglobals, NULL, NULL}, 1349 return frame_getglobals(frame, NULL); in PyFrame_GetGlobals()
|
/third_party/python/Lib/test/test_capi/ |
H A D | test_misc.py | 1357 self.assertIs(frame.f_globals, _testcapi.frame_getglobals(frame))
|
/third_party/python/Modules/ |
H A D | _testcapimodule.c | 5999 frame_getglobals(PyObject *self, PyObject *frame) in frame_getglobals() function 6715 {"frame_getglobals", frame_getglobals, METH_O, NULL},
|
Completed in 15 milliseconds