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

Function getAstUnaryOperator

python/text_generator.py:213–214  ·  view source on GitHub ↗
(stringOp)

Source from the content-addressed store, hash-verified

211
212
213def getAstUnaryOperator(stringOp):
214 return UNARY_OPERATORS[stringOp]["ast"]
215
216
217def getBinaryPrecedence(op):

Callers 1

parseLeafFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected