Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabeaz-course/python-mastery
/ update
Method
update
Data/stocksim.py:165–166 ·
view source on GitHub ↗
(self,record)
Source
from the content-addressed store, hash-verified
163
164
class
BasicPrinter(object):
165
def
update(self,record):
166
print(csv_record(record))
167
168
class
LogPrinter(object):
169
def
__init__(self,filename):
Callers
nothing calls this directly
Calls
1
csv_record
Function · 0.85
Tested by
no test coverage detected