Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ union
Method
union
Lib/_weakrefset.py:137–138 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
135
return
self
136
137
def
union(self, other):
138
return
self.__class__(e
for
s in (self, other)
for
e in s)
139
__or__ = union
140
141
def
isdisjoint(self, other):
Callers
11
hashlib.py
File · 0.45
__len__
Method · 0.45
mock_open
Function · 0.45
test_union
Method · 0.45
test_or
Method · 0.45
test_union
Method · 0.45
test_or
Method · 0.45
test_union
Method · 0.45
CompilationStepTestCase
Class · 0.45
__init__
Method · 0.45
builtin_set.py
File · 0.45
Calls
1
__class__
Method · 0.45
Tested by
5
test_union
Method · 0.36
test_or
Method · 0.36
test_union
Method · 0.36
test_or
Method · 0.36
test_union
Method · 0.36