Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ __str__
Method
__str__
misc/python/materialize/mzbuild.py:153–154 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
151
""
"
152
153
def
__str__(self) -> str:
154
return
base64.b32encode(self).decode()
155
156
157
class
Profile(Enum):
Callers
nothing calls this directly
Calls
1
decode
Method · 0.45
Tested by
no test coverage detected