MCPcopy 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
14def _quote_value(value):
15 return "'{0}'".format(value.replace("'", "''"))
16
17
18def _iterdump(connection, *, filter=None):

Callers 1

_iterdumpFunction · 0.85

Calls 2

formatMethod · 0.45
replaceMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…