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