Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ndleah/python-mini-project
/ create_balance_frame
Method
create_balance_frame
Finance_Tracker/main.py:87–90 ·
view source on GitHub ↗
(self, row)
Source
from the content-addressed store, hash-verified
85
return
frame, tree
86
87
def
create_balance_frame(self, row):
88
frame = ctk.CTkFrame(self.main_frame)
89
# create and add your balance widgets here
90
return
frame
91
92
#Clear the current view of the app
93
def
hide_frames(self):
Callers
1
__init__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected