MCPcopy 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

14from operator import index as _index
15
16def _cmp(x, y):
17 return 0 if x == y else 1 if x > y else -1
18
19MINYEAR = 1
20MAXYEAR = 9999

Callers 4

_cmpMethod · 0.70
_cmpMethod · 0.70
_cmpMethod · 0.70
_cmpMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected