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