示例#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()