Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ _cmp
Function
_cmp
tools/python-3.11.9-amd64/Lib/datetime.py:16–17 ·
view source on GitHub ↗
(x, y)
Source
from the content-addressed store, hash-verified
14
from
operator
import
index
as
_index
15
16
def
_cmp(x, y):
17
return
0
if
x == y
else
1
if
x > y
else
-1
18
19
MINYEAR = 1
20
MAXYEAR = 9999
Callers
4
_cmp
Method · 0.70
_cmp
Method · 0.70
_cmp
Method · 0.70
_cmp
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected