MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / isdisjoint

Method isdisjoint

tools/python-3.11.9-amd64/Lib/_weakrefset.py:199–200  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

197 __or__ = union
198
199 def isdisjoint(self, other):
200 return len(self.intersection(other)) == 0
201
202 def __repr__(self):
203 return repr(self.data)

Callers 10

visit_JoinedStrMethod · 0.45
__new__Method · 0.45
addr_specMethod · 0.45
__str__Method · 0.45
__str__Method · 0.45
skip_untilFunction · 0.45
skip_untilFunction · 0.45
_backjumpMethod · 0.45
supportedMethod · 0.45
skip_untilFunction · 0.45

Calls 1

intersectionMethod · 0.95

Tested by

no test coverage detected