Searched refs:parse_method_or_constructor (Results 1 – 3 of 3) sorted by relevance
22 from parse_method import parse_method_or_constructor37 res.append(parse_method_or_constructor(x, 0)[1])
26 from parse_method import parse_method_or_constructor100 self.it.end, self.parsed = parse_method_or_constructor(self.it.data, self.it.start)
29 def parse_method_or_constructor(data: str, start: int = 0) -> Tuple[int, Dict]: function