Home
last modified time | relevance | path

Searched refs:get_address_host_port (Results 1 – 7 of 7) sorted by relevance

/dports/devel/py-distributed/distributed-2021.11.2/distributed/cli/
H A Ddask_worker.py20 from distributed.comm import get_address_host_port
341 (host, worker_port) = get_address_host_port(listen_address, strict=True)
348 (_, _) = get_address_host_port(contact_address, strict=True)
/dports/devel/py-distributed/distributed-2021.11.2/distributed/comm/
H A D__init__.py3 get_address_host_port,
H A Daddressing.py114 def get_address_host_port(addr: str, strict: bool = False) -> tuple[str, int]: function
129 return backend.get_address_host_port(loc)
H A Dregistry.py44 def get_address_host_port(self, loc): member in Backend
H A Ducx.py521 def get_address_host_port(self, loc): member in UCXBackend
H A Dtcp.py600 def get_address_host_port(self, loc): member in BaseTCPBackend
/dports/devel/py-distributed/distributed-2021.11.2/distributed/
H A Dcore.py32 get_address_host_port,
382 _, self._port = get_address_host_port(self.address)