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

Method __add__

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

Source from the content-addressed store, hash-verified

33 self.base = 10
34
35 def __add__(self, other):
36 return self.add(other)
37
38 def __sub__(self, other):
39 return self.sub(other)

Callers

nothing calls this directly

Calls 1

addMethod · 0.95

Tested by

no test coverage detected