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