Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ remove_whitespace
Function
remove_whitespace
numpy/_core/code_generators/genapi.py:101–102 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
99
return
os.path.join(THIS_DIR, filename)
100
101
def
remove_whitespace(s):
102
return
''
.join(s.split())
103
104
def
_repl(str):
105
return
str.replace(
'Bool'
,
'npy_bool'
)
Callers
1
api_hash
Method · 0.85
Calls
2
join
Method · 0.80
split
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…