Home
last modified time | relevance | path

Searched defs:Callable (Results 1 – 3 of 3) sorted by relevance

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_attr_cache.py41 def _get_cached(self, attr: str, func: Callable[..., _T], *args, **kwargs) -> _T:
H A D_util.py72 def view_ast_from_cursor(cursor: CursorLike, pred: Callable[..., bool] = verbose_print, level: Inde…
H A D_src_pos.py164 def _get_src(self, func: Callable[..., str], *args, **kwargs) -> str: