MCPcopy 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
101def remove_whitespace(s):
102 return ''.join(s.split())
103
104def _repl(str):
105 return str.replace('Bool', 'npy_bool')

Callers 1

api_hashMethod · 0.85

Calls 2

joinMethod · 0.80
splitMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…