MCPcopy Index your code
hub / github.com/numpy/numpy / parse

Method parse

numpy/f2py/symbolic.py:164–167  ·  view source on GitHub ↗

Parse a Fortran expression to an Expr.

(s, language=Language.C)

Source from the content-addressed store, hash-verified

162
163 @staticmethod
164 def parse(s, language=Language.C):
165 """Parse a Fortran expression to an Expr.
166 """
167 return fromstring(s, language=language)
168
169 def __init__(self, op, data):
170 assert isinstance(op, Op)

Callers 11

find_missingFunction · 0.45
test_extending.pyFile · 0.45
test_builtin_absMethod · 0.45
test_numpy_absMethod · 0.45
test_cython.pyFile · 0.45
setup.pyFile · 0.45
test_warning_callsFunction · 0.45
fromstringFunction · 0.45
setupMethod · 0.45

Calls 1

fromstringFunction · 0.70

Tested by 4

test_builtin_absMethod · 0.36
test_numpy_absMethod · 0.36
test_warning_callsFunction · 0.36