Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
DConfigParser.py238 self._optcre = self.OPTCRE_NV
454 OPTCRE_NV = re.compile( variable in RawConfigParser
/external/python/cpython3/Lib/
Dconfigparser.py594 OPTCRE_NV = re.compile(_OPT_NV_TMPL.format(delim="=|:"), re.VERBOSE) variable in RawConfigParser
616 self._optcre = self.OPTCRE_NV if allow_no_value else self.OPTCRE