Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ bootstrap
Method
bootstrap
misc/python/materialize/zippy/scenarios.py:235–236 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
233
""
"A Zippy test using MySQL CDC exclusively."
""
234
235
def
bootstrap(self) -> list[ActionOrFactory]:
236
return
super().bootstrap() + [MySqlStart]
237
238
def
actions_with_weight(self) -> dict[ActionOrFactory, float]:
239
return
{
Callers
nothing calls this directly
Calls
1
bootstrap
Method · 0.45
Tested by
no test coverage detected