MCPcopy 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
52def get_lower_list(temp_list):
53 target_list = [word.lower() for word in temp_list]
54 return target_list
55
56
57def extract_references(sql):

Calls

no outgoing calls

Tested by

no test coverage detected