MCPcopy Create free account
hub / github.com/numpy/numpy / cyan_text

Function cyan_text

numpy/distutils/misc_util.py:379–380  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

377def yellow_text(s):
378 return colour_text(s, 'yellow')
379def cyan_text(s):
380 return colour_text(s, 'cyan')
381def blue_text(s):
382 return colour_text(s, 'blue')
383

Callers

nothing calls this directly

Calls 1

colour_textFunction · 0.85

Tested by

no test coverage detected