예제 #1
0
파일: wgen.py 프로젝트: woodysign/spring
 def __init__(self):
     ResponseHandler.__init__(self)
     self.count = 0
예제 #2
0
 def __init__(self):
     ResponseHandler.__init__(self)
     self.lock = threading.Lock()
     self.count = 0
예제 #3
0
 def __init__(self):
     ResponseHandler.__init__(self)
     self.lock = threading.Lock()
     self.count = 0