MCPcopy Create free account
hub / github.com/PyMySQL/PyMySQL / get_all_data

Method get_all_data

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

Source from the content-addressed store, hash-verified

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

Callers 4

__init__Method · 0.80
authenticateMethod · 0.80
authenticateMethod · 0.80

Calls

no outgoing calls

Tested by 2

authenticateMethod · 0.64
authenticateMethod · 0.64