MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / cecho

Function cecho

nix/build-all.py:200–202  ·  view source on GitHub ↗

Logs message `message` in color `color`.

(message, color=NO_COLOR)

Source from the content-addressed store, hash-verified

198
199
200def cecho(message, color=NO_COLOR):
201 """Logs message `message` in color `color`."""
202 logger.info(f"{color}{message}\033[0m")
203
204
205# Flags.

Callers 1

build-all.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected