Home
last modified time | relevance | path

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

/third_party/python/Lib/logging/
D__init__.py416 asctime_search = '%(asctime)' variable in PercentStyle
424 return self._fmt.find(self.asctime_search) >= 0
448 asctime_search = '{asctime' variable in StrFormatStyle
482 asctime_search = '${asctime}' variable in StringTemplateStyle