Searched refs:check_is_not_type (Results 1 – 1 of 1) sorted by relevance
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/checks/ |
| H A D | _util.py | 189 def check_is_not_type(typename: str, linter: Linter, obj: Cursor, func_cursor: Cursor, valid_func: … function 233 return check_is_not_type('PetscBool', linter, obj, **kwargs) 254 return check_is_not_type('PetscInt', linter, obj, **kwargs)
|