MCPcopy 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_isMethod · 0.80
get_mysql_vendorMethod · 0.80
test_server_infoMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_server_infoMethod · 0.64