MCPcopy 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
95def remove_whitespace(s):
96 return ''.join(s.split())
97
98def _repl(str):
99 return str.replace('Bool', 'npy_bool')

Callers 1

api_hashMethod · 0.85

Calls 2

joinMethod · 0.45
splitMethod · 0.45

Tested by

no test coverage detected