Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/qapi/
H A Dparser.py44 _ExprValue = Union[List[object], Dict[str, object], str, bool] variable
401 def get_expr(self) -> _ExprValue:
402 expr: _ExprValue