MCPcopy Index your code
hub / github.com/dabeaz-course/python-mastery / BasicPrinter

Class BasicPrinter

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

Source from the content-addressed store, hash-verified

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

Callers 1

stocksim.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected