Searched refs:walk_scope (Results 1 – 1 of 1) sorted by relevance
281 yield from walk_scope(child, scope=case_scope)289 …def walk_scope(parent: clx.Cursor, scope: Optional[Scope] = None) -> Generator[tuple[clx.Cursor, c… function310 yield from walk_scope(child, scope=scope.sub())313 yield from walk_scope(child, scope=scope)349 yield from walk_scope(possible_parent)