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

Function default_text

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

Source from the content-addressed store, hash-verified

369 return s
370
371def default_text(s):
372 return colour_text(s, 'default')
373def red_text(s):
374 return colour_text(s, 'red')
375def green_text(s):

Callers

nothing calls this directly

Calls 1

colour_textFunction · 0.85

Tested by

no test coverage detected