Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ _get_parenthesis_kind
Function
_get_parenthesis_kind
numpy/f2py/symbolic.py:1255–1257 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
1253
1254
1255
def
_get_parenthesis_kind(s):
1256
assert s.startswith(
'@__f2py_PARENTHESIS_'
), s
1257
return
s.split(
'_'
)[4]
1258
1259
1260
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.45
Tested by
no test coverage detected