Home
last modified time | relevance | path

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

/qemu/scripts/qapi/
H A Dintrospect.py64 _Value = Union[_Scalar, _NonScalar] variable
65 JSONValue = Union[_Value, 'Annotated[_Value]']
79 _ValueT = TypeVar('_ValueT', bound=_Value)