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

Method gt

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

Source from the content-addressed store, hash-verified

137 return self if self.gt(other) else other
138
139 def gt(self, other):
140 add = self.sub(other)
141 return add.integer > 0
142
143 def ge(self, other):
144 add = self.sub(other)

Callers 4

__gt__Method · 0.95
maxMethod · 0.95
ltMethod · 0.45
string_gtMethod · 0.45

Calls 1

subMethod · 0.95

Tested by

no test coverage detected