Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_linter.py281 yield from walk_scope(child, scope=case_scope)
289 …def walk_scope(parent: clx.Cursor, scope: Optional[Scope] = None) -> Generator[tuple[clx.Cursor, c… function
310 yield from walk_scope(child, scope=scope.sub())
313 yield from walk_scope(child, scope=scope)
349 yield from walk_scope(possible_parent)