Searched refs:asctime_search (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/logging/ | ||
H A D | __init__.py | 425 asctime_search = '%(asctime)' variable in PercentStyle 433 return self._fmt.find(self.asctime_search) >= 0 457 asctime_search = '{asctime' variable in StrFormatStyle 491 asctime_search = '${asctime}' variable in StringTemplateStyle 499 return fmt.find('$asctime') >= 0 or fmt.find(self.asctime_search) >= 0 |
Completed in 4 milliseconds