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

Method __mod__

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

Source from the content-addressed store, hash-verified

45 return self.div(other)
46
47 def __mod__(self, other):
48 return self.mod(other)
49
50 def __neg__(self):
51 return self.neg()

Callers

nothing calls this directly

Calls 1

modMethod · 0.95

Tested by

no test coverage detected