Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccxt/ccxt
/ __truediv__
Method
__truediv__
python/ccxt/base/precise.py:44–45 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
42
return
self.mul(other)
43
44
def
__truediv__(self, other):
45
return
self.div(other)
46
47
def
__mod__(self, other):
48
return
self.mod(other)
Callers
nothing calls this directly
Calls
1
div
Method · 0.95
Tested by
no test coverage detected