Home
last modified time | relevance | path

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

/third_party/python/Lib/logging/
D__init__.py181 _srcfile = os.path.normcase(addLevelName.__code__.co_filename) variable
1569 if filename == _srcfile:
1607 if _srcfile:
/third_party/python/Doc/howto/
Dlogging.rst1083 | Information about where calls were made from. | Set ``logging._srcfile`` to ``None``. …