Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabeaz-course/python-mastery
/ cost
Method
cost
Solutions/1_5/stock.py:8–9 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
6
self.shares = shares
7
self.price = price
8
def
cost(self):
9
return
self.shares * self.price
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected