MCPcopy Create free account
hub / github.com/SplootCode/splootcode / getBinaryPrecedence

Function getBinaryPrecedence

python/text_generator.py:217–218  ·  view source on GitHub ↗
(op)

Source from the content-addressed store, hash-verified

215
216
217def getBinaryPrecedence(op):
218 return OPERATORS[op]["precedence"]
219
220
221def getUnaryPrecedence(op):

Callers 1

parseExpressionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected