Home
last modified time | relevance | path

Searched refs:_cb_outbound (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/python/qemu/qmp/
H A Dprotocol.py917 def _cb_outbound(self, msg: T) -> T: member in AsyncProtocol
1040 msg = self._cb_outbound(msg)
H A Dqmp_tui.py164 def _cb_outbound(self, msg: Message) -> Message: member in App