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

Function getAstUnaryOperator

python/executor.py:218–219  ·  view source on GitHub ↗
(stringOp)

Source from the content-addressed store, hash-verified

216
217
218def getAstUnaryOperator(stringOp):
219 return UNARY_OPERATORS[stringOp]["ast"]
220
221
222def getBinaryPrecedence(op):

Callers 1

parseLeafFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected