Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SplootCode/splootcode
/ getAstUnaryOperator
Function
getAstUnaryOperator
python/executor.py:218–219 ·
view source on GitHub ↗
(stringOp)
Source
from the content-addressed store, hash-verified
216
217
218
def
getAstUnaryOperator(stringOp):
219
return
UNARY_OPERATORS[stringOp][
"ast"
]
220
221
222
def
getBinaryPrecedence(op):
Callers
1
parseLeaf
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected