Home
last modified time | relevance | path

Searched refs:_check_infix (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/scripts/qapi/
H A Dexpr.py290 _check_infix('all', cond['all'])
292 _check_infix('any', cond['any'])
294 def _check_infix(operator: str, operands: object) -> None: function