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