MCPcopy Index your code
hub / github.com/geekcomputers/Python / update_money

Function update_money

bank_managment_system/frontend.py:209–213  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

207 else:
208
209 def update_money():
210 new_money = entry12.get()
211 backend.update_balance(new_money, acc_no)
212 add_frame.grid_forget()
213 page2()
214
215 search_frame.grid_forget()
216 global add_frame

Callers

nothing calls this directly

Calls 3

page2Function · 0.85
update_balanceMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected