MCPcopy Create free account
hub / github.com/bslatkin/effectivepython / SimulationError

Class SimulationError

example_code/item_073.py:117–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115EMPTY = "-"
116
117class SimulationError(Exception):
118 pass
119
120class Grid:
121 def __init__(self, height, width):

Callers 2

simulate_pipelineFunction · 0.85
simulate_phased_pipelineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected