MCPcopy Create free account
hub / github.com/ccxt/ccxt / __gt__

Method __gt__

python/ccxt/base/precise.py:68–69  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

66 return self.le(other)
67
68 def __gt__(self, other):
69 return self.gt(other)
70
71 def __ge__(self, other):
72 return self.ge(other)

Callers

nothing calls this directly

Calls 1

gtMethod · 0.95

Tested by

no test coverage detected