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