Searched defs:Callable (Results 1 – 3 of 3) sorted by relevance
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/ |
| H A D | _attr_cache.py | 41 def _get_cached(self, attr: str, func: Callable[..., _T], *args, **kwargs) -> _T:
|
| H A D | _util.py | 72 def view_ast_from_cursor(cursor: CursorLike, pred: Callable[..., bool] = verbose_print, level: Inde…
|
| H A D | _src_pos.py | 164 def _get_src(self, func: Callable[..., str], *args, **kwargs) -> str:
|