Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ get_prefix
Method
get_prefix
misc/python/materialize/mz_version.py:98–99 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
96
97
@classmethod
98
def
get_prefix(cls) -> str:
99
return
"v"
100
101
@classmethod
102
def
parse_mz(cls: type[T], version: str, drop_dev_suffix: bool = False) -> T:
Callers
4
create
Method · 0.45
parse_without_prefix
Method · 0.45
parse
Method · 0.45
get_version_tags
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected