Searched refs:gen_infix (Results 1 – 1 of 1) sorted by relevance
214 gen = gen_infix(all_operator, ifcond['all'])216 gen = gen_infix(any_operator, ifcond['any'])221 def gen_infix(operator: str, operands: Sequence[Any]) -> str: function