Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
98
def
_repl(str):
99
return
str.replace(
'Bool'
,
'npy_bool'
)
100
101
102
class
MinVersion:
Callers
2
__init__
Method · 0.85
_argtypes_string
Method · 0.85
Calls
1
replace
Method · 0.80
Tested by
no test coverage detected