MCPcopy 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
55def main(args):
56 if len(args) != 3:
57 raise SystemExit('Usage: %s portfile pricefile' % args[0])
58 portfolio_report(args[1], args[2])
59
60if __name__ == '__main__':
61 import sys

Callers 1

report.pyFile · 0.70

Calls 1

portfolio_reportFunction · 0.70

Tested by

no test coverage detected