Home
last modified time | relevance | path

Searched defs:QAPISchemaEntity (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/scripts/qapi/
H A Dschema.py72 class QAPISchemaEntity: class
177 def visit_needed(self, entity: QAPISchemaEntity) -> bool:
307 def add_entity(self, ent: QAPISchemaEntity) -> None:
1150 def _def_entity(self, ent: QAPISchemaEntity) -> None:
H A Dintrospect.py215 def visit_needed(self, entity: QAPISchemaEntity) -> bool: