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

Method folder

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

Source from the content-addressed store, hash-verified

238 )
239
240 def folder(self) -> Path:
241 return Path(self.item_type.value, self.database, self.schema)
242
243 def path(self) -> Path:
244 return self.folder() / self.file_name()

Callers 2

pathMethod · 0.95
plansFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected