Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
371
def
default_text(s):
372
return
colour_text(s,
'default'
)
373
def
red_text(s):
374
return
colour_text(s,
'red'
)
375
def
green_text(s):
Callers
nothing calls this directly
Calls
1
colour_text
Function · 0.85
Tested by
no test coverage detected