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

Method get_server_info

pymysql/connections.py:1252–1253  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1250 self._auth_plugin_name = _DEFAULT_AUTH_PLUGIN
1251
1252 def get_server_info(self):
1253 return self.server_version
1254
1255 Warning = err.Warning
1256 Error = err.Error

Callers 2

mysql_server_isMethod · 0.80
get_mysql_vendorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected