Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ undo_rmbadname
Function
undo_rmbadname
numpy/f2py/crackfortran.py:287–288 ·
view source on GitHub ↗
(names)
Source
from the content-addressed store, hash-verified
285
286
287
def
undo_rmbadname(names):
288
return
[undo_rmbadname1(_m)
for
_m in names]
289
290
291
_has_f_header = re.compile(r
'-\*-\s*fortran\s*-\*-'
, re.I).search
Callers
1
buildhooks
Function · 0.85
Calls
1
undo_rmbadname1
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…