Home
last modified time | relevance | path

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

/qemu/docs/sphinx/
H A Dqapidoc.py533 ent = schema.lookup_entity(doc.symbol)
598 vis.symbol(doc, schema.lookup_entity(doc.symbol))
/qemu/scripts/qapi/
H A Dschema.py1186 def lookup_entity(self, name: str) -> Optional[QAPISchemaEntity]: member in QAPISchema
1190 typ = self.lookup_entity(name)
1326 typ = self.lookup_entity(name)