MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _detect_charset

Method _detect_charset

lib/sqlalchemy/dialects/mysql/base.py:3672–3673  ·  view source on GitHub ↗
(self, connection: Connection)

Source from the content-addressed store, hash-verified

3670 return cast(Optional[str], row[fetch_col])
3671
3672 def _detect_charset(self, connection: Connection) -> str:
3673 raise NotImplementedError()
3674
3675 def _detect_casing(self, connection: Connection) -> int:
3676 """Sniff out identifier case sensitivity.

Callers 2

initializeMethod · 0.95
test_charset_cachingMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_charset_cachingMethod · 0.36