MCPcopy Create free account
hub / github.com/dabeaz-course/python-mastery / stock.py

File stock.py

Solutions/3_2/stock.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# stock.py
2
3class Stock:
4 def __init__(self, name, shares, price):

Callers

nothing calls this directly

Calls 1

read_portfolioFunction · 0.70

Tested by

no test coverage detected