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

Function delete_check_frame

bank_managment_system/frontend.py:386–388  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

384 else:
385
386 def delete_check_frame():
387 check_frame.grid_forget()
388 page2()
389
390 search_frame.grid_forget()
391 balance = backend.check_balance(acc_no)

Callers

nothing calls this directly

Calls 1

page2Function · 0.85

Tested by

no test coverage detected