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

/external/python/cpython2/Lib/logging/
H A D__init__.py501 _defaultFormatter = Formatter() variable
515 self.linefmt = _defaultFormatter
733 fmt = _defaultFormatter
/external/python/cpython3/Lib/logging/
H A D__init__.py597 _defaultFormatter = Formatter() variable
611 self.linefmt = _defaultFormatter
837 fmt = _defaultFormatter

Completed in 102 milliseconds