Home
last modified time | relevance | path

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

/openbmc/qemu/python/tests/
H A Dprotocol.py52 async def _do_accept(self): member in NullProtocol
56 await super()._do_accept()
/openbmc/qemu/python/qemu/qmp/
H A Dprotocol.py350 self._do_accept(),
586 async def _do_accept(self) -> None: member in AsyncProtocol