Searched defs:infixNotation (Results 1 – 2 of 2) sorted by relevance
5036 def infixNotation( baseExpr, opList, lpar=Suppress('('), rpar=Suppress(')') ): function