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

Method __str__

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

Source from the content-addressed store, hash-verified

191 return self.folder() / self.file_name()
192
193 def __str__(self) -> str:
194 return str(self.path())
195
196 def skip(self) -> bool:
197 # Skip _progress sources (they don't have a DDL)

Callers

nothing calls this directly

Calls 1

pathMethod · 0.95

Tested by

no test coverage detected