Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
896
def
unmarkouterparen(line):
897
r = line.replace(
'@(@'
,
'('
).replace(
'@)@'
,
')'
)
898
return
r
899
900
901
def
appenddecl(decl, decl2, force=1):
Callers
2
cracktypespec0
Function · 0.85
updatevars
Function · 0.85
Calls
1
replace
Method · 0.80
Tested by
no test coverage detected