Home
last modified time | relevance | path

Searched refs:currentframe (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dinspect_fodder.py15 fr = inspect.currentframe()
Dtest_struct.py41 lineno = inspect.currentframe().f_lineno - 1
330 lineno = inspect.currentframe().f_lineno - 1
Dtest_sys.py628 x = inspect.currentframe()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
D__init__.py74 def currentframe(): function
81 if hasattr(sys, '_getframe'): currentframe = lambda: sys._getframe(3)
1202 f = currentframe()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dinspect.py1046 currentframe = sys._getframe variable
1048 currentframe = lambda _=None: None function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dinspect.py1049 currentframe = sys._getframe variable
1051 currentframe = lambda _=None: None function