Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
src/p/e/pele-HEAD/pele/gui/ui/dgraph_dlg.py pele(Download)
else: # remove all elements that are not common common_ancestors.intersection_update(parents) assert len(common_ancestors) > 0
src/f/i/figleaf-HEAD/tests/test_section.py figleaf(Download)
in_common.update(actual) else: in_common.intersection_update(actual) union.update(actual)