MCPcopy Create free account
hub / github.com/ndleah/python-mini-project / hide_frames

Method hide_frames

Finance_Tracker/main.py:93–95  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

91
92 #Clear the current view of the app
93 def hide_frames(self):
94 for frame in [self.income_frame, self.expense_frame, self.balance_frame]:
95 frame.grid_remove()
96
97 def income_button_event(self):
98 self.hide_frames()

Callers 4

__init__Method · 0.95
income_button_eventMethod · 0.95
expenses_button_eventMethod · 0.95
balance_button_eventMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected