MCPcopy Create free account
hub / github.com/dabeaz-course/practical-python / update

Method update

Work/Data/stocksim.py:163–164  ·  view source on GitHub ↗
(self,record)

Source from the content-addressed store, hash-verified

161
162class BasicPrinter(object):
163 def update(self,record):
164 print(csv_record(record))
165
166class LogPrinter(object):
167 def __init__(self,filename):

Callers

nothing calls this directly

Calls 1

csv_recordFunction · 0.85

Tested by

no test coverage detected