Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ union
Method
union
tools/python-3.11.9-amd64/Lib/_weakrefset.py:195–196 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
193
return
self
194
195
def
union(self, other):
196
return
self.__class__(e
for
s in (self, other)
for
e in s)
197
__or__ = union
198
199
def
isdisjoint(self, other):
Callers
1
hashlib.py
File · 0.45
Calls
1
__class__
Method · 0.45
Tested by
no test coverage detected