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

Function unmarkouterparen

numpy/f2py/crackfortran.py:896–898  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

894 return l
895
896def unmarkouterparen(line):
897 r = line.replace('@(@', '(').replace('@)@', ')')
898 return r
899
900
901def appenddecl(decl, decl2, force=1):

Callers 2

cracktypespec0Function · 0.85
updatevarsFunction · 0.85

Calls 1

replaceMethod · 0.80

Tested by

no test coverage detected