Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _quote_value
Function
_quote_value
Lib/sqlite3/dump.py:14–15 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
12
13
14
def
_quote_value(value):
15
return
"'{0}'"
.format(value.replace(
"'"
,
"''"
))
16
17
18
def
_iterdump(connection, *, filter=None):
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…