Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_util.py63 def view_type(t: clx.Type, level: IndentLevel, title: str) -> list[str]: function
69 ret_list.extend(view_type(t.get_pointee(), level + 1, 'points to:'))
83 ret_list.extend(view_type(cursor.type, level + 1, 'type:'))
84 ret_list.extend(view_type(cursor.type.get_canonical(), level + 1, 'canonical type:'))