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

Method __init__

test/race-condition/mzcompose.py:93–95  ·  view source on GitHub ↗
(self, name: str, references: "Object | None", rng: random.Random)

Source from the content-addressed store, hash-verified

91 enabled: bool = True
92
93 def __init__(self, name: str, references: "Object | None", rng: random.Random):
94 self.name = name
95 self.references = references
96
97 def prepare(self) -> str:
98 return ""

Callers 10

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected