Home | History | Annotate | Download | only in idlelib

Lines Matching refs:HOST

41 HOST = '127.0.0.1' # python execution server on localhost loopback
42 PORT = 0 # someday pass in host, port for remote debug capability
405 addr = (HOST, self.port)