MCPcopy Index your code
hub / github.com/RustPython/RustPython / f_any

Method f_any

Lib/test/test_builtin.py:252–253  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

250 return all(x-2 for x in [1,2,3])
251
252 def f_any():
253 return any(x-1 for x in [1,2,3])
254
255 def f_tuple():
256 return tuple(2*x for x in [1,2,3])

Callers

nothing calls this directly

Calls 1

anyFunction · 0.50

Tested by

no test coverage detected