Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_get_server_information
Method · 0.80
__init__
Method · 0.80
authenticate
Method · 0.80
authenticate
Method · 0.80
Calls
no outgoing calls
Tested by
2
authenticate
Method · 0.64
authenticate
Method · 0.64