MCPcopy 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

createMethod · 0.45
parse_without_prefixMethod · 0.45
parseMethod · 0.45
get_version_tagsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected