MCPcopy Create free account
hub / github.com/Tencent/phxsql / Uniq

Function Uniq

tools/create_makefile.py:22–26  ·  view source on GitHub ↗
(u_list)

Source from the content-addressed store, hash-verified

20 write_file.append(text + "\n")
21
22def Uniq(u_list):
23 for item in u_list:
24 while(u_list.count(item) > 1):
25 u_list.remove(item)
26 return u_list
27
28res_list={}
29makefile=None

Callers 1

GetSourceTagFromDepsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected