Searched refs:port (Results 1 – 1 of 1) sorted by relevance
/build/scripts/util/ |
D | pyd.py | 80 host, port = self.server_address[:2] 86 'port': port, 131 def start_server(host, port, root): argument 135 server_address = (host, port) 138 print('Starting pycache daemon at {}:{}'.format(host, port)) 143 start_server(host, port + 2, root) 160 host, port = get_pyd() 161 conn = client.HTTPConnection(host, port) 170 host, port = get_pyd() 171 conn = client.HTTPConnection(host, port) [all …]
|