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

Method __gt__

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

Source from the content-addressed store, hash-verified

1431 return NotImplemented
1432
1433 def __gt__(self, other):
1434 if isinstance(other, time):
1435 return self._cmp(other) > 0
1436 else:
1437 return NotImplemented
1438
1439 def _cmp(self, other, allow_mixed=False):
1440 assert isinstance(other, time)

Callers

nothing calls this directly

Calls 1

_cmpMethod · 0.95

Tested by

no test coverage detected