Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dframeobject.h21 PyObject *f_globals; /* global symbol table (PyDictObject) */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dframeobject.h21 PyObject *f_globals; /* global symbol table (PyDictObject) */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
Dtest_result.py265 f_globals = {} variable in Test_TestResult.testStackFrameTrimming.Frame.tb_frame