Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccxt/ccxt
/ __sub__
Method
__sub__
python/ccxt/base/precise.py:38–39 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
36
return
self.add(other)
37
38
def
__sub__(self, other):
39
return
self.sub(other)
40
41
def
__mul__(self, other):
42
return
self.mul(other)
Callers
nothing calls this directly
Calls
1
sub
Method · 0.95
Tested by
no test coverage detected