MCPcopy Index your code
hub / github.com/MagicStack/asyncpg / _quote_ident

Function _quote_ident

asyncpg/utils.py:11–12  ·  view source on GitHub ↗
(ident)

Source from the content-addressed store, hash-verified

9
10
11def _quote_ident(ident):
12 return '"{}"'.format(ident.replace('"', '""'))
13
14
15def _quote_literal(string):

Callers 1

_mogrifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…