예제 #1
0
 def __del__(self):
     if self.conn:
         MySQL.close(self.conn)
예제 #2
0
 def __del__(self):
     if self.conn:
         MySQL.close(self.conn)
예제 #3
0
 def __init__(self):
     self.conn = MySQL.conn()
     self.cur = self.conn.cursor()
예제 #4
0
 def __init__(self):
     self.conn = MySQL.conn()
     self.cur = self.conn.cursor()