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

Class BasicPrinter

Work/Data/stocksim.py:162–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

stocksim.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected