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

Method __abs__

python/ccxt/base/precise.py:53–54  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

51 return self.neg()
52
53 def __abs__(self):
54 return self.abs()
55
56 def __min__(self, other):
57 return self.min(other)

Callers

nothing calls this directly

Calls 1

absMethod · 0.95

Tested by

no test coverage detected