Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PyMySQL/PyMySQL
/ test_caching_sha2_no_password_ssl
Function
test_caching_sha2_no_password_ssl
tests/test_auth.py:48–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
47
48
def
test_caching_sha2_no_password_ssl():
49
con = pymysql.connect(user=
"nopass_caching_sha2"
, host=host, port=port, ssl=ssl)
50
con.close()
51
52
53
def
test_caching_sha2_password():
Callers
nothing calls this directly
Calls
2
connect
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…