Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
plans
Function · 0.95
Calls
2
folder
Method · 0.95
file_name
Method · 0.95
Tested by
no test coverage detected