Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
115
EMPTY =
"-"
116
117
class
SimulationError(Exception):
118
pass
119
120
class
Grid:
121
def
__init__(self, height, width):
Callers
2
simulate_pipeline
Function · 0.85
simulate_phased_pipeline
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected