Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SplootCode/splootcode
/ getUnaryPrecedence
Function
getUnaryPrecedence
python/text_generator.py:221–222 ·
view source on GitHub ↗
(op)
Source
from the content-addressed store, hash-verified
219
220
221
def
getUnaryPrecedence(op):
222
return
UNARY_OPERATORS[op][
"precedence"
]
223
224
225
def
parseExpression(lhs, tokens, currentIndex, minPrecedence):
Callers
1
parseLeaf
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected