Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
63
def
not_none(l: list) -> list:
64
return
[x
for
x in l
if
x is not None]
65
66
67
def
correctness_check(
Callers
2
perf_worker
Function · 0.85
script
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected