Searched refs:_check_infix (Results 1 – 1 of 1) sorted by relevance
290 _check_infix('all', cond['all'])292 _check_infix('any', cond['any'])294 def _check_infix(operator: str, operands: object) -> None: function