MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / initialize

Method initialize

misc/python/materialize/checks/checks.py:54–55  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

52 return "quickstart"
53
54 def initialize(self) -> Testdrive | PyAction:
55 return Testdrive(TESTDRIVE_NOP)
56
57 def manipulate(self) -> list[Testdrive] | list[PyAction]:
58 raise NotImplementedError

Callers 1

start_initializeMethod · 0.95

Calls 1

TestdriveClass · 0.90

Tested by

no test coverage detected