MCPcopy
hub / github.com/PyMySQL/PyMySQL / get_all_data

Method get_all_data

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

Source from the content-addressed store, hash-verified

57 self._data = data
58
59 def get_all_data(self):
60 return self._data
61
62 def read(self, size):
63 """Read the first 'size' bytes in packet and advance cursor past them."""

Callers 2

__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected