Searched refs:is_system_module (Results 1 – 2 of 2) sorted by relevance
303 assert QAPISchemaModule.is_system_module(name)
281 def is_system_module(name: str) -> bool: member in QAPISchemaModule296 return not cls.is_system_module(name)1195 if QAPISchemaModule.is_system_module(fname):