Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabeaz-course/practical-python
/ main
Function
main
Solutions/4_4/report.py:63–66 ·
view source on GitHub ↗
(args)
Source
from the content-addressed store, hash-verified
61
print_report(report)
62
63
def
main(args):
64
if
len(args) != 3:
65
raise
SystemExit(
'Usage: %s portfile pricefile'
% args[0])
66
portfolio_report(args[1], args[2])
67
68
if
__name__ ==
'__main__'
:
69
import
sys
Callers
1
report.py
File · 0.70
Calls
1
portfolio_report
Function · 0.70
Tested by
no test coverage detected