Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/qapi/
H A Dparser.py42 _ExprValue = Union[List[object], Dict[str, object], str, bool]
404 def get_expr(self) -> _ExprValue:
405 expr: _ExprValue
44 _ExprValue = Union[List[object], Dict[str, object], str, bool] global() variable