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

Method f_all

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

Source from the content-addressed store, hash-verified

247
248 def test_all_any_tuple_optimization(self):
249 def f_all():
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])

Callers

nothing calls this directly

Calls 1

allFunction · 0.85

Tested by

no test coverage detected