Searched refs:OPTCRE (Results 1 – 3 of 3) sorted by relevance
240 self._optcre = self.OPTCRE411 if (value is not None) or (self._optcre == self.OPTCRE):446 OPTCRE = re.compile( variable in RawConfigParser741 if self._optcre is self.OPTCRE or value:
590 OPTCRE = re.compile(_OPT_TMPL.format(delim="=|:"), re.VERBOSE) variable in RawConfigParser615 self._optcre = self.OPTCRE_NV if allow_no_value else self.OPTCRE
756 While ConfigParser objects also use an ``OPTCRE`` attribute for recognizing