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

Function yellow_text

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

Source from the content-addressed store, hash-verified

375def green_text(s):
376 return colour_text(s, 'green')
377def yellow_text(s):
378 return colour_text(s, 'yellow')
379def cyan_text(s):
380 return colour_text(s, 'cyan')
381def blue_text(s):

Callers

nothing calls this directly

Calls 1

colour_textFunction · 0.85

Tested by

no test coverage detected