Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(3) | Call(1) | Derive(0) | Import(2)
union(o1, o2) -- compute the union of o1 and o2
src/b/t/BTrees-4.0.8/BTrees/tests/test_OLBTree.py BTrees(Download)
def union(self, *args): from BTrees.OLBTree import union return union(*args) def intersection(self, *args):
def union(self): from BTrees.OLBTree import union return union def intersection(self):