MCPcopy
hub / github.com/rocky/python-uncompyle6 / union

Method union

test/simple_source/bug36/08_comp_gen_for.py:14–15  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

12 yield item
13
14 def union(self, other):
15 return self.__class__(e for s in (self, other) for e in s)
16
17a = WeakSet([1, 2, 3])
18b = WeakSet([1, 3, 5])

Callers 11

parse38.pyFile · 0.80
parse31.pyFile · 0.80
parse37.pyFile · 0.80
parse35.pyFile · 0.80
parse36.pyFile · 0.80
parse26.pyFile · 0.80
parse34.pyFile · 0.80
parse30.pyFile · 0.80
parse27.pyFile · 0.80
08_comp_gen_for.pyFile · 0.80
test_grammarFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_grammarFunction · 0.64