Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _quote_name
Function
_quote_name
Lib/sqlite3/dump.py:10–11 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
8
# is an English language word, even if you do not have to."
9
10
def
_quote_name(name):
11
return
'"{0}"'
.format(name.replace(
'"'
,
'""'
))
12
13
14
def
_quote_value(value):
Callers
1
_iterdump
Function · 0.85
Calls
2
format
Method · 0.45
replace
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…