Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/PyMySQL/PyMySQL
/ _backquote_escape
Function
_backquote_escape
pymysql/cursors.py:19–20 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
17
18
19
def
_backquote_escape(s):
20
return
s.replace(
"`"
,
"``"
)
21
22
23
class
Cursor:
Callers
1
callproc
Method · 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…