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

Lines Matching full:succ

2424             for succ in get_successors(lib):
2425 if is_excluded(succ):
2427 if succ not in closure:
2428 closure.add(succ)
2429 stack.append(succ)