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

Function green_text

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

Source from the content-addressed store, hash-verified

373def red_text(s):
374 return colour_text(s, 'red')
375def green_text(s):
376 return colour_text(s, 'green')
377def yellow_text(s):
378 return colour_text(s, 'yellow')
379def cyan_text(s):

Callers 1

goodMethod · 0.90

Calls 1

colour_textFunction · 0.85

Tested by

no test coverage detected