Home
last modified time | relevance | path

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

/qemu/scripts/qapi/
H A Dintrospect.py84 class Annotated(Generic[_ValueT]): class
111 if isinstance(obj, Annotated):
178 self._trees: List[Annotated[SchemaInfo]] = []
251 ) -> List[Annotated[str]]:
252 return [Annotated(f.name, f.ifcond) for f in features]
279 self._trees.append(Annotated(obj, ifcond, comment))
282 ) -> Annotated[SchemaInfoEnumMember]:
288 return Annotated(obj, member.ifcond)
291 ) -> Annotated[SchemaInfoObjectMember]:
300 return Annotated(obj, member.ifcond)
[all …]