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

Callers 2

unreplace_parenthesisFunction · 0.85
processMethod · 0.85

Calls 2

startswithMethod · 0.80
splitMethod · 0.45

Tested by

no test coverage detected