Home
last modified time | relevance | path

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

/qemu/scripts/qapi/
H A Dcommon.py206 def do_gen(ifcond: Union[str, Dict[str, Any]], function
212 return not_fmt % do_gen(ifcond['not'], True)
222 return operator.join([do_gen(o, True) for o in operands])
226 return do_gen(ifcond, False)