Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/logging/
Dconfig.py358 DOT_PATTERN = re.compile(r'^\.\s*(\w+)\s*') variable in BaseConfigurator
418 m = self.DOT_PATTERN.match(rest)
/external/python/cpython3/Lib/logging/
Dconfig.py359 DOT_PATTERN = re.compile(r'^\.\s*(\w+)\s*') variable in BaseConfigurator
413 m = self.DOT_PATTERN.match(rest)