Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ __lt__
Method
__lt__
Lib/_weakrefset.py:107–108 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
105
__le__ = issubset
106
107
def
__lt__(self, other):
108
return
self.data < set(map(ref, other))
109
110
def
issuperset(self, other):
111
return
self.data.issuperset(ref(item)
for
item in other)
Callers
nothing calls this directly
Calls
1
set
Function · 0.85
Tested by
no test coverage detected