Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
def
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
28
res_list={}
29
makefile=None
Callers
1
GetSourceTagFromDeps
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected