Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
17
a = WeakSet([1, 2, 3])
18
b = WeakSet([1, 3, 5])
Callers
11
parse38.py
File · 0.80
parse31.py
File · 0.80
parse37.py
File · 0.80
parse35.py
File · 0.80
parse36.py
File · 0.80
parse26.py
File · 0.80
parse34.py
File · 0.80
parse30.py
File · 0.80
parse27.py
File · 0.80
08_comp_gen_for.py
File · 0.80
test_grammar
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_grammar
Function · 0.64