Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
DConfigParser.py240 self._optcre = self.OPTCRE
411 if (value is not None) or (self._optcre == self.OPTCRE):
446 OPTCRE = re.compile( variable in RawConfigParser
741 if self._optcre is self.OPTCRE or value:
/external/python/cpython3/Lib/
Dconfigparser.py590 OPTCRE = re.compile(_OPT_TMPL.format(delim="=|:"), re.VERBOSE) variable in RawConfigParser
615 self._optcre = self.OPTCRE_NV if allow_no_value else self.OPTCRE
/external/python/cpython3/Doc/library/
Dconfigparser.rst756 While ConfigParser objects also use an ``OPTCRE`` attribute for recognizing