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: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
defs
Function · 0.95
plans
Function · 0.95
changes
Function · 0.45
arrangement_sizes
Function · 0.45
Calls
2
folder
Method · 0.95
file_name
Method · 0.95
Tested by
no test coverage detected