Home
last modified time | relevance | path

Searched refs:_on_message (Results 1 – 2 of 2) sorted by last modified time

/qemu/python/qemu/qmp/
H A Dprotocol.py909 await self._on_message(msg)
1044 async def _on_message(self, msg: T) -> None: member in AsyncProtocol
H A Dqmp_client.py342 async def _on_message(self, msg: Message) -> None: member in QMPClient