MCPcopy
hub / github.com/PyMySQL/PyMySQL / is_extra_auth_data

Method is_extra_auth_data

pymysql/protocol.py:195–197  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

193 return self._data[0] == 0xFE
194
195 def is_extra_auth_data(self):
196 # https://dev.mysql.com/doc/internals/en/successful-authentication.html
197 return self._data[0] == 1
198
199 def is_resultset_packet(self):
200 field_count = self._data[0]

Callers 3

sha256_password_authFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected