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

File stock.py

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

Source from the content-addressed store, hash-verified

1# stock.py
2
3class Stock:
4 __slots__ = ('name','_shares','_price')

Callers

nothing calls this directly

Calls 2

create_formatterFunction · 0.90
print_tableFunction · 0.90

Tested by

no test coverage detected