Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dinspect_fodder.py60 currentframe = inspect.currentframe() variable
/external/python/cpython3/Lib/test/
Dinspect_fodder.py78 currentframe = inspect.currentframe() variable
/external/tensorflow/tensorflow/python/util/
Dtf_inspect.py93 def currentframe(): function
/external/python/cpython2/Lib/
Dinspect.py1063 currentframe = sys._getframe variable
1065 currentframe = lambda _=None: None function
/external/python/cpython3/Lib/logging/
D__init__.py154 currentframe = lambda: sys._getframe(3) function
156 def currentframe(): function
/external/python/cpython2/Lib/logging/
D__init__.py63 def currentframe(): function
/external/python/cpython3/Lib/
Dinspect.py1507 def currentframe(): function