Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
373
def
red_text(s):
374
return
colour_text(s,
'red'
)
375
def
green_text(s):
376
return
colour_text(s,
'green'
)
377
def
yellow_text(s):
378
return
colour_text(s,
'yellow'
)
379
def
cyan_text(s):
Callers
1
good
Method · 0.90
Calls
1
colour_text
Function · 0.85
Tested by
no test coverage detected