MCPcopy
hub / github.com/zju3dv/4K4D / yellow

Function yellow

easyvolcap/utils/console_utils.py:271–271  ·  view source on GitHub ↗
(string: str)

Source from the content-addressed store, hash-verified

269def pink(string: str) -> str: return f'[bright_magenta bold]{string}[/]'
270def green(string: str) -> str: return f'[green bold]{string}[/]'
271def yellow(string: str) -> str: return f'[yellow bold]{string}[/]'
272def magenta(string: str) -> str: return f'[magenta bold]{string}[/]'
273def color(string: str, color: str): return f'[{color} bold]{string}[/]'
274

Callers 15

save_npzFunction · 0.85
save_modelFunction · 0.85
export_keyframesMethod · 0.85
export_interpsMethod · 0.85
runFunction · 0.85
run_if_not_existsFunction · 0.85
gl_utils.pyFile · 0.85
setup_profilerFunction · 0.85
__init__Method · 0.85
glfw_key_callbackMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected