Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
11
def
_quote_ident(ident):
12
return
'"{}"'
.format(ident.replace(
'"'
,
'""'
))
13
14
15
def
_quote_literal(string):
Callers
1
_mogrify
Function · 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…