MCPcopy 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
1256def _get_parenthesis_kind(s):
1257 assert s.startswith('@__f2py_PARENTHESIS_'), s
1258 return s.split('_')[4]
1259
1260
1261def unreplace_parenthesis(s, d):

Callers 2

unreplace_parenthesisFunction · 0.85
processMethod · 0.85

Calls 2

startswithMethod · 0.80
splitMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…