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

Method __ge__

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

Source from the content-addressed store, hash-verified

852 return NotImplemented
853
854 def __ge__(self, other):
855 if isinstance(other, timedelta):
856 return self._cmp(other) >= 0
857 else:
858 return NotImplemented
859
860 def __gt__(self, other):
861 if isinstance(other, timedelta):

Callers

nothing calls this directly

Calls 1

_cmpMethod · 0.95

Tested by

no test coverage detected