Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ UnOpNode
Class
UnOpNode
lean_py/z3/_ast.py:196–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
195
@dataclass(frozen=True)
196
class
UnOpNode:
197
op: str
198
arg: ASTNode
199
200
201
@dataclass(frozen=True)
Callers
7
__abs__
Method · 0.90
__neg__
Method · 0.90
__neg__
Method · 0.90
__invert__
Method · 0.90
Not
Function · 0.90
BV2Int
Function · 0.90
_substitute_ast
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected