Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlyingFeather/DEA-SQL
/ get_lower_list
Function
get_lower_list
common/common.py:52–54 ·
view source on GitHub ↗
(temp_list)
Source
from the content-addressed store, hash-verified
50
51
52
def
get_lower_list(temp_list):
53
target_list = [word.lower()
for
word in temp_list]
54
return
target_list
55
56
57
def
extract_references(sql):
Callers
2
filter_characters_for_complex
Method · 0.90
return_table_if_has_characters
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected