Searched refs:_get_cached (Results 1 – 4 of 4) 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: member in AttributeCache
|
| H A D | _patch.py | 164 ret = self._get_cached( 319 return self._get_cached('fixed', do_collapse)
|
| H A D | _src_pos.py | 79 return super()._get_cached(attr, getattr, self.source_location, attr) 293 return super()._get_cached(attr, getattr, self.source_range, attr) 337 return super()._get_cached(
|
| H A D | _cursor.py | 403 return cursor._get_cached('name', get_name) 472 return cursor._get_cached('internal_linkage', check) 698 return TYPE_CAST(clx.File, cursor._get_cached('file', lambda c: c.location.file, cursor))
|