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

Function clear_show_frame

bank_managment_system/frontend.py:120–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118
119def show():
120 def clear_show_frame():
121 show_frame.grid_forget()
122 page2()
123
124 def back_page2():
125 search_frame.grid_forget()

Callers

nothing calls this directly

Calls 1

page2Function · 0.85

Tested by

no test coverage detected