Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ cyan_text
Function
cyan_text
numpy/distutils/misc_util.py:379–380 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
377
def
yellow_text(s):
378
return
colour_text(s,
'yellow'
)
379
def
cyan_text(s):
380
return
colour_text(s,
'cyan'
)
381
def
blue_text(s):
382
return
colour_text(s,
'blue'
)
383
Callers
nothing calls this directly
Calls
1
colour_text
Function · 0.85
Tested by
no test coverage detected