Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
class
Stock:
4
def
__init__(self, name, shares, price):
Callers
nothing calls this directly
Calls
1
read_portfolio
Function · 0.70
Tested by
no test coverage detected