Home
last modified time | relevance | path

Searched defs:None (Results 1 – 6 of 6) sorted by relevance

/qemu/python/qemu/qmp/
H A Dqmp_client.py447 async def _reply(self, msg_id: Union[str, None]) -> Message: argument
H A Dprotocol.py405 async def _session_guard(self, coro: Awaitable[None], emsg: str) -> None:
/qemu/tests/qemu-iotests/
H A Dfat16.py215 sector_writer: Callable[[int, bytes], None] argument
H A Diotests.py995 pre_finalize: Optional[Callable[[], None]] = None, argument
/qemu/python/tests/
H A Dprotocol.py69 def _do_send(self, msg: None) -> None:
/qemu/scripts/qapi/
H A Dschema.py1199 what: Union[None, str, Callable[[QAPISourceInfo], str]],