Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccxt/ccxt
/ lt
Method
lt
python/ccxt/base/precise.py:147–148 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
145
return
add.integer >= 0
146
147
def
lt(self, other):
148
return
other.gt(self)
149
150
def
le(self, other):
151
return
other.ge(self)
Callers
3
__lt__
Method · 0.95
min
Method · 0.95
string_lt
Method · 0.45
Calls
1
gt
Method · 0.45
Tested by
no test coverage detected