Home
last modified time | relevance | path

Searched refs:cls_get_name_from_cursor_safe_call (Results 1 – 1 of 1) sorted by relevance

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_cursor.py289 def cls_get_name_from_cursor_safe_call(cursor: CursorLike) -> str: function
306 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}