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

Method folder

misc/python/materialize/mzexplore/common.py:187–188  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

185 return f"{self.name}.sql"
186
187 def folder(self) -> Path:
188 return Path(self.item_type.value, self.database, self.schema)
189
190 def path(self) -> Path:
191 return self.folder() / self.file_name()

Callers 2

pathMethod · 0.95
defsFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected