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

Method expenses_button_event

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

Source from the content-addressed store, hash-verified

99 self.income_frame.grid()
100
101 def expenses_button_event(self):
102 self.hide_frames()
103 self.expense_frame.grid()
104
105 def balance_button_event(self):
106 self.hide_frames()

Callers

nothing calls this directly

Calls 1

hide_framesMethod · 0.95

Tested by

no test coverage detected