Lines Matching defs:PORT
42 PORT = 0 # someday pass in host, port for remote debug capability
370 self.port = PORT
383 assert (self.port!=0), (
384 "Socket should have been assigned a port number.")
402 return [decorated_exec] + w + ["-c", command, str(self.port)]
405 addr = (HOST, self.port)
417 # if PORT was 0, system will assign an 'ephemeral' port. Find it out:
418 self.port = self.rpcclt.listening_sock.getsockname()[1]
419 # if PORT was not 0, probably working with a remote execution server
420 if PORT != 0:
803 "Port Binding Error",
804 "IDLE can't bind to a TCP/IP port, which is necessary to "