Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SplootCode/splootcode
/ getAstOperator
Function
getAstOperator
python/executor.py:194–195 ·
view source on GitHub ↗
(stringOp)
Source
from the content-addressed store, hash-verified
192
193
194
def
getAstOperator(stringOp):
195
return
OPERATORS[stringOp][
"ast"
]
196
197
198
def
isBoolOp(stringOp):
Callers
1
parseExpression
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected