MCPcopy 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
10def _quote_name(name):
11 return '"{0}"'.format(name.replace('"', '""'))
12
13
14def _quote_value(value):

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…