Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/logging/
D__init__.py77 _srcfile = os.path.normcase(currentframe.__code__.co_filename) variable
/external/python/cpython3/Lib/logging/
D__init__.py185 _srcfile = os.path.normcase(addLevelName.__code__.co_filename) variable