Searched refs:is_user_module (Results 1 – 2 of 2) sorted by relevance
291 if QAPISchemaModule.is_user_module(name):297 if QAPISchemaModule.is_user_module(name):312 if QAPISchemaModule.is_user_module(name):358 assert QAPISchemaModule.is_user_module(name)
290 def is_user_module(cls, name: str) -> bool: member in QAPISchemaModule