MCPcopy 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
19def _backquote_escape(s):
20 return s.replace("`", "``")
21
22
23class Cursor:

Callers 1

callprocMethod · 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…