Home
last modified time | relevance | path

Searched defs:f_globals (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/cpython/
Dframeobject.h33 PyObject *f_globals; /* global symbol table (PyDictObject) */ member
/third_party/python/Lib/unittest/test/
Dtest_result.py436 f_globals = {} variable in Test_TestResult.testStackFrameTrimming.Frame.tb_frame