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