Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/checks/
H A D_util.py61 func_cursor.extent.start, patch=Patch.from_cursor(call[0], valid_func_name)
367 patch=Patch.from_cursor(obj_classid, expected)
623 idx_cursor.extent.start, patch=Patch.from_cursor(idx_cursor, str(exp_idx))
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_patch.py122 def from_cursor(cls, cursor: CursorLike, value: str, **kwargs) -> Patch: member in Patch