Home
last modified time | relevance | path

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

/qemu/scripts/qapi/
H A Dintrospect.py82 class Annotated(Generic[_ValueT]): class
113 if isinstance(obj, Annotated):
180 self._trees: List[Annotated[SchemaInfo]] = []
253 ) -> List[Annotated[str]]:
254 return [Annotated(f.name, f.ifcond) for f in features]
281 self._trees.append(Annotated(obj, ifcond, comment))
284 ) -> Annotated[SchemaInfoEnumMember]:
290 return Annotated(obj, member.ifcond)
302 return Annotated(obj, member.ifcond)
305 ) -> Annotated[SchemaInfoObjectVariant]:
[all …]