Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ finalize_string
Method
finalize_string
numpy/f2py/symbolic.py:1309–1310 ·
view source on GitHub ↗
(self, s)
Source
from the content-addressed store, hash-verified
1307
self.language = language
1308
1309
def
finalize_string(self, s):
1310
return
insert_quotes(s, self.quotes_map)
1311
1312
def
parse(self, inp):
1313
self.original = inp
Callers
1
process
Method · 0.95
Calls
1
insert_quotes
Function · 0.85
Tested by
no test coverage detected