Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/qapi/
H A Dgen.py303 assert QAPISchemaModule.is_system_module(name)
H A Dschema.py281 def is_system_module(name: str) -> bool: member in QAPISchemaModule
296 return not cls.is_system_module(name)
1195 if QAPISchemaModule.is_system_module(fname):