Searched refs:sock_type (Results 1 – 1 of 1) sorted by relevance
128 def Socket(family, sock_type, protocol): argument129 s = socket(family, sock_type, protocol)