Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TraderAlice/OpenAlice
/ intMaxString
Function
intMaxString
packages/ibkr/ref/source/pythonclient/ibapi/utils.py:181–182 ·
view source on GitHub ↗
(val)
Source
from the content-addressed store, hash-verified
179
180
181
def
intMaxString(val):
182
return
str(val)
if
val != UNSET_INTEGER
else
""
183
184
185
def
isAsciiPrintable(val):
Callers
15
__str__
Method · 0.90
__str__
Method · 0.90
__str__
Method · 0.90
__str__
Method · 0.90
__str__
Method · 0.90
__str__
Method · 0.90
__str__
Method · 0.90
__str__
Method · 0.90
__str__
Method · 0.90
__str__
Method · 0.90
__str__
Method · 0.90
__str__
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected