Home
last modified time | relevance | path

Searched defs:module_globals (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dlinecache.py13 def getline(filename, lineno, module_globals=None): argument
33 def getlines(filename, module_globals=None): argument
72 def updatecache(filename, module_globals=None): argument
Dwarnings.py220 module=None, registry=None, module_globals=None): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dlinecache.py13 def getline(filename, lineno, module_globals=None): argument
33 def getlines(filename, module_globals=None): argument
68 def updatecache(filename, module_globals=None): argument
Dwarnings.py216 module=None, registry=None, module_globals=None): argument
Ddoctest.py1333 def __patched_linecache_getlines(self, filename, module_globals=None): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
D_warnings.c632 PyObject *module_globals = NULL; in warnings_warn_explicit() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
D_warnings.c633 PyObject *module_globals = NULL; in warnings_warn_explicit() local