Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dframeobject.c70 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 Dtest_misc.py1357 self.assertIs(frame.f_globals, _testcapi.frame_getglobals(frame))
/third_party/python/Modules/
H A D_testcapimodule.c5999 frame_getglobals(PyObject *self, PyObject *frame) in frame_getglobals() function
6715 {"frame_getglobals", frame_getglobals, METH_O, NULL},

Completed in 14 milliseconds