コード例 #1
0
 def make_connection(self, host):
     conn = Transport.make_connection(self, host)
     conn.timeout = self._timeout
     return conn
コード例 #2
0
    def make_connection(self, host):
        c = Transport.make_connection(self, host)
        c.timeout = self.timeout

        return c