Searched refs:SocketAddrT (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/python/qemu/qmp/ |
H A D | legacy.py | 39 from .protocol import Runstate, SocketAddrT 80 address: Union[SocketAddrT, socket.socket], argument 124 def parse_address(cls, address: str) -> SocketAddrT:
|
H A D | protocol.py | 55 SocketAddrT = Union[UnixAddrT, InternetAddrT] variable 273 self, address: SocketAddrT, argument 302 async def start_server(self, address: SocketAddrT, argument 359 async def connect(self, address: Union[SocketAddrT, socket.socket], argument 535 async def _do_start_server(self, address: SocketAddrT, argument 603 async def _do_connect(self, address: Union[SocketAddrT, socket.socket], argument
|
H A D | __init__.py | 32 SocketAddrT,
|
H A D | qmp_shell.py | 107 SocketAddrT, 179 def __init__(self, address: SocketAddrT, argument 432 def __init__(self, address: SocketAddrT, argument
|
/openbmc/qemu/python/qemu/machine/ |
H A D | qtest.py | 30 from qemu.qmp import SocketAddrT 55 address: Optional[SocketAddrT] = None, argument
|
H A D | machine.py | 43 from qemu.qmp import SocketAddrT 129 monitor_address: Optional[SocketAddrT] = None, argument
|
/openbmc/qemu/python/qemu/utils/ |
H A D | qemu_ga_client.py | 53 from qemu.qmp import ConnectError, SocketAddrT 72 def __init__(self, address: SocketAddrT): argument
|
/openbmc/qemu/python/ |
H A D | setup.cfg | 162 SocketAddrT, # Not sure why this is invalid.
|