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

Method __mul__

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

Source from the content-addressed store, hash-verified

39 return self.sub(other)
40
41 def __mul__(self, other):
42 return self.mul(other)
43
44 def __truediv__(self, other):
45 return self.div(other)

Callers

nothing calls this directly

Calls 1

mulMethod · 0.95

Tested by

no test coverage detected