MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / lower

Method lower

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

Source from the content-addressed store, hash-verified

3427 if self._casing in (1, 2):
3428
3429 def lower(s: str) -> str:
3430 return s.lower()
3431
3432 else:
3433 # 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
_reap_mssql_dbsFunction · 0.80
is_disconnectMethod · 0.80

Calls

no outgoing calls

Tested by 15

_is_server_sideMethod · 0.64
__eq__Method · 0.64
_cleanMethod · 0.64
normalizeMethod · 0.64
_cc_by_nameMethod · 0.64
__eq__Method · 0.64
__eq__Method · 0.64
test_get_table_namesMethod · 0.64