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

Method path

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

Source from the content-addressed store, hash-verified

241 return Path(self.item_type.value, self.database, self.schema)
242
243 def path(self) -> Path:
244 return self.folder() / self.file_name()
245
246 def __str__(self) -> str:
247 return str(self.path())

Callers 2

__str__Method · 0.95
plansFunction · 0.95

Calls 2

folderMethod · 0.95
file_nameMethod · 0.95

Tested by

no test coverage detected