Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/PyMySQL/PyMySQL
/ test_sha256_password_ssl
Function
test_sha256_password_ssl
tests/test_auth.py:36–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
35
36
def
test_sha256_password_ssl():
37
con = pymysql.connect(
38
user=
"user_sha256"
, password=pass_sha256, host=host, port=port, ssl=ssl
39
)
40
con.close()
41
42
43
def
test_caching_sha2_no_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…