Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/logging/
Dconfig.py357 WORD_PATTERN = re.compile(r'^\s*(\w+)\s*') variable in BaseConfigurator
410 m = self.WORD_PATTERN.match(rest)
/external/python/cpython3/Lib/logging/
Dconfig.py358 WORD_PATTERN = re.compile(r'^\s*(\w+)\s*') variable in BaseConfigurator
405 m = self.WORD_PATTERN.match(rest)