Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_linter.py266 …def walk_scope_switch(parent: clx.Cursor, scope: Scope) -> Generator[tuple[clx.Cursor, clx.Cursor,… function
287 yield from walk_scope_switch(child, case_scope.sub())
304 yield from walk_scope_switch(switch_children[0], scope.sub())