MCPcopy Create free account
hub / github.com/geekcomputers/Python / delete_acc

Method delete_acc

bank_managment_system/backend.py:135–137  ·  view source on GitHub ↗
(self, acc_no)

Source from the content-addressed store, hash-verified

133 return self.cur.fetchall()
134
135 def delete_acc(self, acc_no):
136 self.cur.execute("DELETE FROM bank WHERE acc_no=?", (acc_no,))
137 self.conn.commit()
138
139 # ----------------- Stats -----------------
140 def all_money(self):

Callers 1

search_in_databaseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected