MCPcopy 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
222def getBinaryPrecedence(op):
223 return OPERATORS[op]["precedence"]
224
225
226def getUnaryPrecedence(op):

Callers 1

parseExpressionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected