MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / delete_repeatelist

Function delete_repeatelist

tools/targets/vsc.py:197–200  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

195 generate_code_workspace_file(exclude_fold,command_json_path,root_path)
196
197def delete_repeatelist(data):
198 temp_dict = set([str(item) for item in data])
199 data = [eval(i) for i in temp_dict]
200 return data
201
202def GenerateCFiles(env):
203 """

Callers 1

GenerateCFilesFunction · 0.85

Calls 1

setFunction · 0.50

Tested by

no test coverage detected