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

Method path

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

Source from the content-addressed store, hash-verified

188 return Path(self.item_type.value, self.database, self.schema)
189
190 def path(self) -> Path:
191 return self.folder() / self.file_name()
192
193 def __str__(self) -> str:
194 return str(self.path())

Callers 5

__str__Method · 0.95
defsFunction · 0.95
plansFunction · 0.95
changesFunction · 0.45
arrangement_sizesFunction · 0.45

Calls 2

folderMethod · 0.95
file_nameMethod · 0.95

Tested by

no test coverage detected