MCPcopy Index your code
hub / github.com/evalplus/evalplus / not_none

Function not_none

evalplus/evalperf.py:63–64  ·  view source on GitHub ↗
(l: list)

Source from the content-addressed store, hash-verified

61
62
63def not_none(l: list) -> list:
64 return [x for x in l if x is not None]
65
66
67def correctness_check(

Callers 2

perf_workerFunction · 0.85
scriptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected