Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
379
def
cyan_text(s):
380
return
colour_text(s,
'cyan'
)
381
def
blue_text(s):
382
return
colour_text(s,
'blue'
)
383
384
#########################
385
Callers
nothing calls this directly
Calls
1
colour_text
Function · 0.85
Tested by
no test coverage detected