Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMySQL/PyMySQL
/ escape_foo
Function
escape_foo
pymysql/tests/test_connection.py:900–901 ·
view source on GitHub ↗
(x, d)
Source
from the content-addressed store, hash-verified
898
899
900
def
escape_foo(x, d):
901
return
x.value
902
903
904
class
TestEscape(base.PyMySQLTestCase):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected