Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ __str__
Method
__str__
misc/python/materialize/mzexplore/common.py:246–247 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
244
return
self.folder() / self.file_name()
245
246
def
__str__(self) -> str:
247
return
str(self.path())
248
249
def
skip(self) -> bool:
250
# Skip items with database, schema, or item names that contain a `/`
Callers
nothing calls this directly
Calls
1
path
Method · 0.95
Tested by
no test coverage detected