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

Method balance_button_event

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

Source from the content-addressed store, hash-verified

103 self.expense_frame.grid()
104
105 def balance_button_event(self):
106 self.hide_frames()
107 self.balance_frame.grid()
108 self.update_plot()
109
110 def add_income(self, category_entry, amount_entry):
111 amount = self.get_amount_from_entry(amount_entry)

Callers

nothing calls this directly

Calls 2

hide_framesMethod · 0.95
update_plotMethod · 0.95

Tested by

no test coverage detected