MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / lower

Method lower

lib/sqlalchemy/dialects/mysql/base.py:3378–3379  ·  view source on GitHub ↗
(s: str)

Source from the content-addressed store, hash-verified

3376 if self._casing in (1, 2):
3377
3378 def lower(s: str) -> str:
3379 return s.lower()
3380
3381 else:
3382 # if on case sensitive, there can be two tables referenced

Callers 15

visit_create_indexMethod · 0.80
_reflect_typeMethod · 0.80
visit_functionMethod · 0.80
get_multi_columnsMethod · 0.80
get_multi_indexesMethod · 0.80
_reap_oracle_dbsFunction · 0.80
_multi_name_mapMethod · 0.80
_reap_mssql_dbsFunction · 0.80

Calls

no outgoing calls

Tested by 15

_is_server_sideMethod · 0.64
__eq__Method · 0.64
_cleanMethod · 0.64
normalizeMethod · 0.64
__eq__Method · 0.64
__eq__Method · 0.64
test_get_table_namesMethod · 0.64
test_literal_textMethod · 0.64