Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ 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.80
__len__
Method · 0.80
mock_open
Function · 0.80
test_union
Method · 0.80
test_or
Method · 0.80
_test_set_comparisons
Method · 0.80
test_union
Method · 0.80
test_or
Method · 0.80
test_union
Method · 0.80
CompilationStepTestCase
Class · 0.80
__init__
Method · 0.80
Calls
1
__class__
Method · 0.45
Tested by
6
test_union
Method · 0.64
test_or
Method · 0.64
_test_set_comparisons
Method · 0.64
test_union
Method · 0.64
test_or
Method · 0.64
test_union
Method · 0.64