Searched refs:cls_get_name_from_cursor_safe_call (Results 1 – 1 of 1) sorted by relevance
289 def cls_get_name_from_cursor_safe_call(cursor: CursorLike) -> str: function306 for name in map(cls_get_name_from_cursor_safe_call, operands):320 name = cls_get_name_from_cursor_safe_call(castee[0])340 name = cls_get_name_from_cursor_safe_call(pointees[0])347 … possible_names = {n for n in map(cls_get_name_from_cursor_safe_call, cursor.get_children()) if n}