MCPcopy Create free account
hub / github.com/numpy/numpy / _repl

Function _repl

numpy/core/code_generators/genapi.py:98–99  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

96 return ''.join(s.split())
97
98def _repl(str):
99 return str.replace('Bool', 'npy_bool')
100
101
102class MinVersion:

Callers 2

__init__Method · 0.85
_argtypes_stringMethod · 0.85

Calls 1

replaceMethod · 0.80

Tested by

no test coverage detected