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

Function getAstOperator

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

Source from the content-addressed store, hash-verified

187
188
189def getAstOperator(stringOp):
190 return OPERATORS[stringOp]["ast"]
191
192
193def isBoolOp(stringOp):

Callers 1

parseExpressionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected