MCPcopy Index your code
hub / github.com/numpy/numpy / unmarkouterparen

Function unmarkouterparen

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

Source from the content-addressed store, hash-verified

887 return l
888
889def unmarkouterparen(line):
890 r = line.replace('@(@', '(').replace('@)@', ')')
891 return r
892
893
894def appenddecl(decl, decl2, force=1):

Callers 2

cracktypespec0Function · 0.85
updatevarsFunction · 0.85

Calls 1

replaceMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…