Searched refs:SECTCRE (Results 1 – 3 of 3) sorted by relevance
441 SECTCRE = re.compile( variable in RawConfigParser497 mo = self.SECTCRE.match(line)
589 SECTCRE = re.compile(_SECT_TMPL, re.VERBOSE) variable in RawConfigParser1062 mo = self.SECTCRE.match(value)
736 .. attribute:: ConfigParser.SECTCRE759 >>> custom.SECTCRE = re.compile(r"\[ *(?P<header>[^]]+?) *\]")