MCPcopy Create free account
hub / github.com/ActiveState/code / c

Function c

recipes/Python/576659_/recipe-576659.py:12–18  ·  view source on GitHub ↗
(i,li_a)

Source from the content-addressed store, hash-verified

10 return li
11
12def c(i,li_a):
13 li=[]
14 for j in li_a:
15 if j!=i:
16 li.append(j)
17
18 return li
19
20def form(i,li_c,one):
21 li=[]

Callers 2

funFunction · 0.70
recipe-528937.pyFile · 0.50

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected