Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ IntToStr
Function
IntToStr
lean_py/z3/core.py:2344–2346 ·
view source on GitHub ↗
Convert integer to string.
(i: ArithRef)
Source
from the content-addressed store, hash-verified
2342
2343
2344
def
IntToStr(i: ArithRef) -> StringRef:
2345
""
"Convert integer to string."
""
2346
return
StringRef(IntToStrNode(i._ast), i._vars)
2347
2348
2349
def
StrConcat(*args: StringRef) -> StringRef:
Callers
4
test_str_to_int_and_back
Method · 0.90
test_int_to_str
Method · 0.90
test_inttostr_negative
Method · 0.90
test_int_to_str
Method · 0.90
Calls
2
IntToStrNode
Class · 0.90
StringRef
Class · 0.85
Tested by
4
test_str_to_int_and_back
Method · 0.72
test_int_to_str
Method · 0.72
test_inttostr_negative
Method · 0.72
test_int_to_str
Method · 0.72