Home
last modified time | relevance | path

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

/third_party/python/Lib/logging/
H A D__init__.py174 # _srcfile is used when walking the stack to check when we've got the first
185 _srcfile = os.path.normcase(addLevelName.__code__.co_filename) variable
187 # _srcfile is only used in conjunction with sys._getframe().
188 # Setting _srcfile to None will prevent findCaller() from being called. This
197 return filename == _srcfile or (
1617 if _srcfile:

Completed in 3 milliseconds