Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ AppNode
Class
AppNode
lean_py/z3/_ast.py:223–225 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
221
222
@dataclass(frozen=True)
223
class
AppNode:
224
func: ASTNode
225
args: tuple[ASTNode, ...]
226
227
228
@dataclass(frozen=True)
Callers
15
__call__
Method · 0.90
_substitute_ast
Function · 0.90
fpToReal
Function · 0.90
fpToSBV
Function · 0.90
fpToUBV
Function · 0.90
fpToFP
Function · 0.90
fpBVToFP
Function · 0.90
fpFPToFP
Function · 0.90
fpRealToFP
Function · 0.90
fpSignedToFP
Function · 0.90
fpUnsignedToFP
Function · 0.90
fpToIEEEBV
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected