Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ BinOpNode
Class
BinOpNode
lean_py/z3/_ast.py:189–192 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
188
@dataclass(frozen=True)
189
class
BinOpNode:
190
op: str
191
lhs: ASTNode
192
rhs: ASTNode
193
194
195
@dataclass(frozen=True)
Callers
15
__eq__
Method · 0.90
__ne__
Method · 0.90
_binop
Method · 0.90
__abs__
Method · 0.90
__lt__
Method · 0.90
__le__
Method · 0.90
__gt__
Method · 0.90
__ge__
Method · 0.90
__init__
Method · 0.90
_binop
Method · 0.90
__lt__
Method · 0.90
__le__
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected