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