MCPcopy 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
157class Profile(Enum):

Callers

nothing calls this directly

Calls 1

decodeMethod · 0.45

Tested by

no test coverage detected