Home | History | Annotate | Download | only in definition-tool

Lines Matching refs:succ

1212             for succ in get_successors(lib):
1213 if succ in lib_set and succ not in visited:
1214 visited.add(succ)
1215 traverse(succ)