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__.py423 asctime_format = '%(asctime)s' variable in PercentStyle
437 asctime_format = '{asctime}' variable in StrFormatStyle
446 asctime_format = '${asctime}' variable in StringTemplateStyle
455 return fmt.find('$asctime') >= 0 or fmt.find(self.asctime_format) >= 0