Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ info
Function
info
misc/python/materialize/mzexplore/common.py:417–418 ·
view source on GitHub ↗
(msg: str, fg: str = "green")
Source
from the content-addressed store, hash-verified
415
416
417
def
info(msg: str, fg: str =
"green"
) -> None:
418
click.secho(msg, fg=fg)
419
420
421
def
warn(msg: str, fg: str =
"yellow"
) -> None:
Callers
5
changes
Function · 0.90
defs
Function · 0.90
defs
Function · 0.90
plans
Function · 0.90
arrangement_sizes
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected