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

Function err

misc/python/materialize/cli/optbench.py:307–308  ·  view source on GitHub ↗
(msg: str, fg: str = "red")

Source from the content-addressed store, hash-verified

305
306
307def err(msg: str, fg: str = "red") -> None:
308 click.secho(msg, fg=fg, err=True)
309
310
311if __name__ == "__main__":

Callers 9

ofopenFunction · 0.50
from_strMethod · 0.50
rowsMethod · 0.50
execute_stmt_groupFunction · 0.50
execute_requestFunction · 0.50
execute_stmtFunction · 0.50
build_topk_negated_stageFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected