Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
889
def
unmarkouterparen(line):
890
r = line.replace(
'@(@'
,
'('
).replace(
'@)@'
,
')'
)
891
return
r
892
893
894
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
Used in the wild
real call sites across dependent graphs
searching dependent graphs…