Searched refs:_OPT_NV_TMPL (Results 1 – 1 of 1) sorted by relevance
577 _OPT_NV_TMPL = r""" variable in RawConfigParser594 OPTCRE_NV = re.compile(_OPT_NV_TMPL.format(delim="=|:"), re.VERBOSE)620 self._optcre = re.compile(self._OPT_NV_TMPL.format(delim=d),