Searched refs:port (Results 1 - 1 of 1) sorted by relevance
/build/scripts/util/ |
H A D | pyd.py | 80 host, port = self.server_address[:2] 86 'port': port, 131 def start_server(host, port, root): 135 server_address = (host, port) 138 print('Starting pycache daemon at {}:{}'.format(host, port)) 143 start_server(host, port + 2, root) 155 return data.get('host'), data.get('port') 160 host, port = get_pyd() 161 conn = client.HTTPConnection(host, port) [all...] |
Completed in 1 milliseconds