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

Method parse

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

Source from the content-addressed store, hash-verified

1311 return insert_quotes(s, self.quotes_map)
1312
1313 def parse(self, inp):
1314 self.original = inp
1315 unquoted, self.quotes_map = eliminate_quotes(inp)
1316 return self.process(unquoted)
1317
1318 def process(self, s, context='expr'):
1319 """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