Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ _get_parenthesis_kind
Function
_get_parenthesis_kind
numpy/f2py/symbolic.py:1256–1258 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
1254
1255
1256
def
_get_parenthesis_kind(s):
1257
assert s.startswith(
'@__f2py_PARENTHESIS_'
), s
1258
return
s.split(
'_'
)[4]
1259
1260
1261
def
unreplace_parenthesis(s, d):
Callers
2
unreplace_parenthesis
Function · 0.85
process
Method · 0.85
Calls
2
startswith
Method · 0.80
split
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…