Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/logging/
D__init__.py410 asctime_format = '%(asctime)s' variable in PercentStyle
437 asctime_format = '{asctime}' variable in StrFormatStyle
467 asctime_format = '${asctime}' variable in StringTemplateStyle
476 return fmt.find('$asctime') >= 0 or fmt.find(self.asctime_format) >= 0