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

Callers 1

callprocMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected