Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/logging/
Dconfig.py359 INDEX_PATTERN = re.compile(r'^\[\s*(\w+)\s*\]\s*') variable in BaseConfigurator
422 m = self.INDEX_PATTERN.match(rest)
/external/python/cpython3/Lib/logging/
Dconfig.py360 INDEX_PATTERN = re.compile(r'^\[\s*(\w+)\s*\]\s*') variable in BaseConfigurator
417 m = self.INDEX_PATTERN.match(rest)