Home
last modified time | relevance | path

Searched defs:Scope (Results 1 – 2 of 2) sorted by relevance

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_scope.py8 class Scope: class
56 def __lt__(self, other: Scope) -> bool:
60 def __gt__(self, other: Scope) -> bool:
64 def __le__(self, other: Scope) -> bool:
68 def __ge__(self, other: Scope) -> bool:
92 def is_parent_of(self, other: Scope) -> bool:
112 def is_child_of(self, other: Scope) -> bool:
H A D_linter.py196 …def _check_duplicate_function_calls(self, processed_funcs: dict[str, list[tuple[Cursor, Scope]]]) … argument
266 …def walk_scope_switch(parent: clx.Cursor, scope: Scope) -> Generator[tuple[clx.Cursor, clx.Cursor,…
289 …def walk_scope(parent: clx.Cursor, scope: Optional[Scope] = None) -> Generator[tuple[clx.Cursor, c…