Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMySQL/PyMySQL
/ _backquote_escape
Function
_backquote_escape
pymysql/cursors.py:20–21 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
18
19
20
def
_backquote_escape(s):
21
return
s.replace(
"`"
,
"``"
)
22
23
24
class
Cursor:
Callers
1
callproc
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected