Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMySQL/PyMySQL
/ get_proto_info
Method
get_proto_info
pymysql/connections.py:1179–1180 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1177
return
self.host_info
1178
1179
def
get_proto_info(self):
1180
return
self.protocol_version
1181
1182
def
_get_server_information(self):
1183
i = 0
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected