Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dconfigparser.py569 _OPT_TMPL = r""" variable in RawConfigParser
591 OPTCRE = re.compile(_OPT_TMPL.format(delim="=|:"), re.VERBOSE)
623 self._optcre = re.compile(self._OPT_TMPL.format(delim=d),