Searched refs:QAPIBackend (Results 1 – 2 of 2) sorted by relevance
15 from .backend import QAPIBackend, QAPICBackend28 def create_backend(path: str) -> QAPIBackend:53 if not isinstance(backend, QAPIBackend):
15 class QAPIBackend(ABC): class39 class QAPICBackend(QAPIBackend):