MCPcopy Create free account
hub / github.com/dabeaz-course/practical-python / main

Function main

Solutions/6_15/report.py:65–68  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

63 print_report(report, formatter)
64
65def main(args):
66 if len(args) != 4:
67 raise SystemExit('Usage: %s portfile pricefile format' % args[0])
68 portfolio_report(args[1], args[2], args[3])
69
70if __name__ == '__main__':
71 import sys

Callers 1

report.pyFile · 0.70

Calls 1

portfolio_reportFunction · 0.70

Tested by

no test coverage detected