Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_JoinedStr
Method · 0.45
__new__
Method · 0.45
addr_spec
Method · 0.45
__str__
Method · 0.45
__str__
Method · 0.45
skip_until
Function · 0.45
skip_until
Function · 0.45
_backjump
Method · 0.45
supported
Method · 0.45
skip_until
Function · 0.45
Calls
1
intersection
Method · 0.95
Tested by
no test coverage detected