Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PyMySQL/PyMySQL
/ is_load_local_packet
Method
is_load_local_packet
pymysql/protocol.py:203–204 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
201
return
1 <= field_count <= 250
202
203
def
is_load_local_packet(self):
204
return
self._data[0] == 0xFB
205
206
def
is_error_packet(self):
207
return
self._data[0] == 0xFF
Callers
3
read
Method · 0.80
init_unbuffered_query
Method · 0.80
__init__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected