MCPcopy 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
221def getUnaryPrecedence(op):
222 return UNARY_OPERATORS[op]["precedence"]
223
224
225def parseExpression(lhs, tokens, currentIndex, minPrecedence):

Callers 1

parseLeafFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected