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

Method __ge__

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

Source from the content-addressed store, hash-verified

69 return self.gt(other)
70
71 def __ge__(self, other):
72 return self.ge(other)
73
74 def __eq__(self, other):
75 if isinstance(other, str):

Callers

nothing calls this directly

Calls 1

geMethod · 0.95

Tested by

no test coverage detected