Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/PyMySQL/PyMySQL
/ get_server_info
Method
get_server_info
pymysql/connections.py:1207–1208 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1205
self._auth_plugin_name = _DEFAULT_AUTH_PLUGIN
1206
1207
def
get_server_info(self):
1208
return
self.server_version
1209
1210
Warning = err.Warning
1211
Error = err.Error
Callers
3
mysql_server_is
Method · 0.80
get_mysql_vendor
Method · 0.80
test_server_info
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_server_info
Method · 0.64