Home | History | Annotate | Download | only in test

Lines Matching refs:tempsock

549         tempsock = socket.socket()
550 tempsock.bind((bind_address, 0))
551 host, port = tempsock.getsockname()
552 tempsock.close()