MCPcopy Create free account
hub / github.com/numpy/numpy / parse

Method parse

numpy/f2py/symbolic.py:1312–1315  ·  view source on GitHub ↗
(self, inp)

Source from the content-addressed store, hash-verified

1310 return insert_quotes(s, self.quotes_map)
1311
1312 def parse(self, inp):
1313 self.original = inp
1314 unquoted, self.quotes_map = eliminate_quotes(inp)
1315 return self.process(unquoted)
1316
1317 def process(self, s, context='expr'):
1318 """Parse string within the given context.

Callers

nothing calls this directly

Calls 2

processMethod · 0.95
eliminate_quotesFunction · 0.85

Tested by

no test coverage detected