Searched refs:CHILD_RE (Results 1 – 3 of 3) sorted by relevance
62 CHILD_RE = re.compile(r'^[ ]{0,3}((\d+\.))[ ]+(.*)') variable in SaneOListProcessor68 CHILD_RE = re.compile(r'^[ ]{0,3}(([*+-]))[ ]+(.*)') variable in SaneUListProcessor
261 CHILD_RE = re.compile(r'^[ ]{0,3}((\d+\.)|[*+-])[ ]+(.*)') variable in OListProcessor306 m = self.CHILD_RE.match(line)
335 CHILD_RE = re.compile(r'^[ ]{0,3}((\d+\.)|[*+-])[ ]+(.*)') variable in OListProcessor412 m = self.CHILD_RE.match(line)