Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ndleah/python-mini-project
/ expense_tracker.py
File
expense_tracker.py
Expense_Tracker/expense_tracker.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class
ExpenseTracker:
2
def
__init__(self):
3
self.expenses = {}
4
self.categories = {}
Callers
nothing calls this directly
Calls
5
ExpenseTracker
Class · 0.85
add_category
Method · 0.80
view_expenses
Method · 0.80
view_categories
Method · 0.80
add_expense
Method · 0.45
Tested by
no test coverage detected