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

Function blue

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

Source from the content-addressed store, hash-verified

265
266def red(string: str) -> str: return f'[red bold]{string}[/]'
267def blue(string: str) -> str: return f'[blue bold]{string}[/]'
268def cyan(string: str) -> str: return f'[cyan bold]{string}[/]'
269def pink(string: str) -> str: return f'[bright_magenta bold]{string}[/]'
270def green(string: str) -> str: return f'[green bold]{string}[/]'

Callers 15

register_smplhFunction · 0.90
load_pretrainedFunction · 0.85
load_modelFunction · 0.85
load_networkFunction · 0.85
save_npzFunction · 0.85
save_modelFunction · 0.85
export_keyframesMethod · 0.85
export_interpsMethod · 0.85
pathFunction · 0.85
build_parserFunction · 0.85
init_gl_buffersMethod · 0.85
setup_profilerFunction · 0.85

Calls

no outgoing calls

Tested by 7

test_gl_mesh_rastFunction · 0.68
test_gl_tex_blitFunction · 0.68
test_gl_quad_blitFunction · 0.68
test_gl_quad_drawFunction · 0.68
test_eglctx_auto_fbo_rboFunction · 0.68