Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ __lt__
Method
__lt__
tools/python-3.11.9-amd64/Lib/datetime.py:1110–1113 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
1108
return
NotImplemented
1109
1110
def
__lt__(self, other):
1111
if
isinstance(other, date):
1112
return
self._cmp(other) < 0
1113
return
NotImplemented
1114
1115
def
__ge__(self, other):
1116
if
isinstance(other, date):
Callers
nothing calls this directly
Calls
1
_cmp
Method · 0.95
Tested by
no test coverage detected