Searched defs:f_globals (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Include/cpython/ | ||
D | frameobject.h | 33 PyObject *f_globals; /* global symbol table (PyDictObject) */ member |
/third_party/python/Lib/unittest/test/ | ||
D | test_result.py | 436 f_globals = {} variable in Test_TestResult.testStackFrameTrimming.Frame.tb_frame |