Beispiel #1
0
 def tearDown(self):
     ShaperMixin.tearDown(self)
Beispiel #2
0
 def tearDown(self):
     if hasattr(self, 'sock_client'):
         self.sock_client.close()
     ShaperMixin.tearDown(self)
     
Beispiel #3
0
 def tearDown(self):
     ShaperMixin.tearDown(self)
Beispiel #4
0
 def tearDown(self):
     if hasattr(self, 'sock_client'):
         self.sock_client.close()
     ShaperMixin.tearDown(self)