Searched refs:QAPISchemaEntity (Results 1 – 2 of 2) sorted by relevance
72 class QAPISchemaEntity: class115 class QAPISchemaDefinition(QAPISchemaEntity):177 def visit_needed(self, entity: QAPISchemaEntity) -> bool: argument278 self._entity_list: List[QAPISchemaEntity] = []307 def add_entity(self, ent: QAPISchemaEntity) -> None: argument317 class QAPISchemaInclude(QAPISchemaEntity):1138 self._entity_list: List[QAPISchemaEntity] = []1150 def _def_entity(self, ent: QAPISchemaEntity) -> None: argument1170 def lookup_entity(self, name: str) -> Optional[QAPISchemaEntity]:
33 QAPISchemaEntity,215 def visit_needed(self, entity: QAPISchemaEntity) -> bool: argument