예제 #1
0
파일: test.py 프로젝트: Dev0n/txMySQL
 def connectionMade(self):
     MySQLProtocol.connectionMade(self)
     self.do_test()
예제 #2
0
파일: test.py 프로젝트: likebeta/txMySQL
 def connectionMade(self):
     MySQLProtocol.connectionMade(self)
     self.do_test()
예제 #3
0
파일: test.py 프로젝트: Dev0n/txMySQL
 def __init__(self, *args, **kw):
     MySQLProtocol.__init__(self, *args, **kw)
예제 #4
0
파일: test.py 프로젝트: likebeta/txMySQL
 def __init__(self, *args, **kw):
     MySQLProtocol.__init__(self, *args, **kw)