MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / __ge__

Method __ge__

tools/python-3.11.9-amd64/Lib/datetime.py:1427–1431  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

1425 return NotImplemented
1426
1427 def __ge__(self, other):
1428 if isinstance(other, time):
1429 return self._cmp(other) >= 0
1430 else:
1431 return NotImplemented
1432
1433 def __gt__(self, other):
1434 if isinstance(other, time):

Callers

nothing calls this directly

Calls 1

_cmpMethod · 0.95

Tested by

no test coverage detected