Searched refs:parsing_error_handler (Results 1 – 1 of 1) sorted by relevance
67 def make_cxcursor_and_range_callback(cursor: CursorLike, parsing_error_handler: Optional[Callable[[…85 if parsing_error_handler is None:86 parsing_error_handler = lambda exc: None function97 assert callable(parsing_error_handler)98 parsing_error_handler(pe)