Home
last modified time | relevance | path

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

/openbmc/qemu/python/tests/
H A Dprotocol.py10 from qemu.qmp.protocol import AsyncProtocol, StateError
14 class NullProtocol(AsyncProtocol[None]):
94 class LineProtocol(AsyncProtocol[str]):
/openbmc/qemu/python/qemu/qmp/
H A Dqmp_client.py27 from .protocol import AsyncProtocol, Runstate, require
158 class QMPClient(AsyncProtocol[Message], Events):
H A Dprotocol.py167 class AsyncProtocol(Generic[T]): class