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

Method __neg__

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

Source from the content-addressed store, hash-verified

48 return self.mod(other)
49
50 def __neg__(self):
51 return self.neg()
52
53 def __abs__(self):
54 return self.abs()

Callers

nothing calls this directly

Calls 1

negMethod · 0.95

Tested by

no test coverage detected