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

Function blue_text

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

Source from the content-addressed store, hash-verified

379def cyan_text(s):
380 return colour_text(s, 'cyan')
381def blue_text(s):
382 return colour_text(s, 'blue')
383
384#########################
385

Callers

nothing calls this directly

Calls 1

colour_textFunction · 0.85

Tested by

no test coverage detected