Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ as_string
Method
as_string
lean_py/z3/core.py:772–773 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
770
raise
TypeError(
"Not a bitvector literal"
)
771
772
def
as_string(self) -> str:
773
return
str(self.as_long())
774
775
776
class
ArrayRef(ExprRef):
Callers
nothing calls this directly
Calls
1
as_long
Method · 0.95
Tested by
no test coverage detected