MCPcopy 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
226def getUnaryPrecedence(op):
227 return UNARY_OPERATORS[op]["precedence"]
228
229
230def parseExpression(lhs, tokens, currentIndex, minPrecedence):

Callers 1

parseLeafFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected