def __init__(self, socket, callback):
self.socket = socket
self.seq = 0
self.callback = callback
self.lock = thread.allocate_lock()
# start the testing reader thread loop
self.test_thread_id = thread.start_new_thread(self.readSocket, ())
visualstudio_py_testlauncher.py 文件源码
python
阅读 26
收藏 0
点赞 0
评论 0
评论列表
文章目录