MCPcopy 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
63def main(args):
64 if len(args) != 3:
65 raise SystemExit('Usage: %s portfile pricefile' % args[0])
66 portfolio_report(args[1], args[2])
67
68if __name__ == '__main__':
69 import sys

Callers 1

report.pyFile · 0.70

Calls 1

portfolio_reportFunction · 0.70

Tested by

no test coverage detected