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

Function main

Solutions/3_18/report.py:57–60  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

55 print_report(report)
56
57def main(args):
58 if len(args) != 3:
59 raise SystemExit('Usage: %s portfile pricefile' % args[0])
60 portfolio_report(args[1], args[2])
61
62if __name__ == '__main__':
63 import sys

Callers 1

report.pyFile · 0.70

Calls 1

portfolio_reportFunction · 0.70

Tested by

no test coverage detected