Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dinspect.py1053 currentframe = sys._getframe variable
1055 currentframe = lambda _=None: None function
/external/python/cpython2/Lib/logging/
D__init__.py63 def currentframe(): function