MCPcopy
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

readMethod · 0.80
init_unbuffered_queryMethod · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected