Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
process
Method · 0.95
Calls
1
insert_quotes
Function · 0.85
Tested by
no test coverage detected