Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/logging/
D__init__.py77 _srcfile = os.path.normcase(currentframe.__code__.co_filename) variable
1247 if filename == _srcfile:
1272 if _srcfile:
/external/autotest/client/common_lib/
Dlogging_manager.py111 if filename == logging._srcfile:
/external/python/cpython2/Doc/howto/
Dlogging.rst1024 | Information about where calls were made from. | Set ``logging._srcfile`` to ``None``. |