示例#1
0
 def create_socket(self, family, type):
     dispatcher.create_socket(self, family, type)
     requestCloseOnExec(self.socket)
示例#2
0
 def create_socket(self, family, type):
     dispatcher.create_socket(self, family, type)
     requestCloseOnExec(self.socket)