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