Searched refs:parse_declaration_without_postfix (Results 1 – 1 of 1) sorted by relevance
56 end_of_args = parse_declaration_without_postfix(data, start, res)95 def parse_declaration_without_postfix(data: str, start: int, res: Dict[str, Any]) -> int: function