MCPcopy 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.pyFile · 0.45

Calls 1

__class__Method · 0.45

Tested by

no test coverage detected