(self)
| 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() |
no outgoing calls
no test coverage detected