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

Method character_set_name

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

Source from the content-addressed store, hash-verified

1171 return self.server_thread_id[0]
1172
1173 def character_set_name(self):
1174 return self.charset
1175
1176 def get_host_info(self):
1177 return self.host_info

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected