MCPcopy 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
117def _roundtrip(conn, send_data):
118 conn.write_packet(send_data)
119 pkt = conn._read_packet()
120 pkt.check_error()
121 return pkt
122
123
124def _xor_password(password, salt):

Callers 2

sha256_password_authFunction · 0.85

Calls 3

write_packetMethod · 0.80
_read_packetMethod · 0.80
check_errorMethod · 0.80

Tested by

no test coverage detected