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

Function main

Solutions/7_9/report.py:66–69  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

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

Callers 1

report.pyFile · 0.70

Calls 1

portfolio_reportFunction · 0.70

Tested by

no test coverage detected