MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / say

Function say

misc/python/materialize/ui.py:54–56  ·  view source on GitHub ↗
(msg: str)

Source from the content-addressed store, hash-verified

52 """
53
54 def say(msg: str) -> None:
55 if not Verbosity.quiet:
56 print(f"{prefix}{msg}", file=sys.stderr)
57
58 return say
59

Callers 6

launchFunction · 0.85
setupFunction · 0.85
get_instanceFunction · 0.85
runFunction · 0.85
runFunction · 0.85
_wait_for_pgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected