Searched refs:currentframe (Results 1 - 10 of 10) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dinspect_fodder.py15 fr = inspect.currentframe()
H A Dtest_struct.py42 lineno = inspect.currentframe().f_lineno - 1
331 lineno = inspect.currentframe().f_lineno - 1
H A Dtest_sys.py610 x = inspect.currentframe()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dinspect_fodder.py15 fr = inspect.currentframe()
H A Dtest_struct.py42 lineno = inspect.currentframe().f_lineno - 1
331 lineno = inspect.currentframe().f_lineno - 1
H A Dtest_sys.py610 x = inspect.currentframe()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
H A D__init__.py74 def currentframe(): function
81 if hasattr(sys, '_getframe'): currentframe = lambda: sys._getframe(3)
1220 f = currentframe()
1221 #On some versions of IronPython, currentframe() returns None if
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
H A D__init__.py74 def currentframe(): function
81 if hasattr(sys, '_getframe'): currentframe = lambda: sys._getframe(3)
1220 f = currentframe()
1221 #On some versions of IronPython, currentframe() returns None if
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dinspect.py23 currentframe() - get the current stack frame
1048 currentframe = sys._getframe variable
1050 currentframe = lambda _=None: None
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dinspect.py23 currentframe() - get the current stack frame
1048 currentframe = sys._getframe variable
1050 currentframe = lambda _=None: None

Completed in 151 milliseconds