Home
last modified time | relevance | path

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

/qemu/scripts/qapi/
H A Dschema.py1155 self._make_module(QAPISchemaModule.BUILTIN_MODULE_NAME)
1156 self._make_module(fname)
1215 def _make_module(self, fname: str) -> QAPISchemaModule: member in QAPISchema
1229 QAPISchemaInclude(self._make_module(include), expr.info))