Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dconfigparser.py577 _OPT_NV_TMPL = r""" variable in RawConfigParser
594 OPTCRE_NV = re.compile(_OPT_NV_TMPL.format(delim="=|:"), re.VERBOSE)
620 self._optcre = re.compile(self._OPT_NV_TMPL.format(delim=d),