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

Method finalize_string

numpy/f2py/symbolic.py:1310–1311  ·  view source on GitHub ↗
(self, s)

Source from the content-addressed store, hash-verified

1308 self.language = language
1309
1310 def finalize_string(self, s):
1311 return insert_quotes(s, self.quotes_map)
1312
1313 def parse(self, inp):
1314 self.original = inp

Callers 1

processMethod · 0.95

Calls 1

insert_quotesFunction · 0.85

Tested by

no test coverage detected