Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ndleah/python-mini-project
/ income_button_event
Method
income_button_event
Finance_Tracker/main.py:97–99 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
95
frame.grid_remove()
96
97
def
income_button_event(self):
98
self.hide_frames()
99
self.income_frame.grid()
100
101
def
expenses_button_event(self):
102
self.hide_frames()
Callers
nothing calls this directly
Calls
1
hide_frames
Method · 0.95
Tested by
no test coverage detected