Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ remove_whitespace
Function
remove_whitespace
numpy/core/code_generators/genapi.py:95–96 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
93
return
os.path.join(THIS_DIR, filename)
94
95
def
remove_whitespace(s):
96
return
''
.join(s.split())
97
98
def
_repl(str):
99
return
str.replace(
'Bool'
,
'npy_bool'
)
Callers
1
api_hash
Method · 0.85
Calls
2
join
Method · 0.45
split
Method · 0.45
Tested by
no test coverage detected