MCPcopy 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
287def 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

buildhooksFunction · 0.85

Calls 1

undo_rmbadname1Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…