Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabeaz-course/practical-python
/ shares
Method
shares
Solutions/7_4/stock.py:17–18 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
15
16
@property
17
def
shares(self):
18
return
self._shares
19
20
@shares.setter
21
def
shares(self, value):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected