예제 #1
0
 def tearDown(self):
     ShaperMixin.tearDown(self)
예제 #2
0
 def tearDown(self):
     if hasattr(self, 'sock_client'):
         self.sock_client.close()
     ShaperMixin.tearDown(self)
     
예제 #3
0
파일: test_delay.py 프로젝트: boonchu/shapy
 def tearDown(self):
     ShaperMixin.tearDown(self)
예제 #4
0
 def tearDown(self):
     if hasattr(self, 'sock_client'):
         self.sock_client.close()
     ShaperMixin.tearDown(self)