Home | History | Annotate | Download | only in test

Lines Matching refs:tempsock

349     tempsock = socket.socket(family, socktype)
350 port = bind_port(tempsock)
351 tempsock.close()
352 del tempsock