Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMySQL/PyMySQL
/ _roundtrip
Function
_roundtrip
pymysql/_auth.py:117–121 ·
view source on GitHub ↗
(conn, send_data)
Source
from the content-addressed store, hash-verified
115
116
117
def
_roundtrip(conn, send_data):
118
conn.write_packet(send_data)
119
pkt = conn._read_packet()
120
pkt.check_error()
121
return
pkt
122
123
124
def
_xor_password(password, salt):
Callers
2
sha256_password_auth
Function · 0.85
caching_sha2_password_auth
Function · 0.85
Calls
3
write_packet
Method · 0.80
_read_packet
Method · 0.80
check_error
Method · 0.80
Tested by
no test coverage detected