MCPcopy Create free account
hub / github.com/DasyDong/developer-roadmap / run_legb.py

File run_legb.py

code/run_legb.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# coding: utf-8
2def test_legb():
3 fun = [lambda x, i=i: x*i for i in range(4)]
4 for item in fun:

Callers

nothing calls this directly

Calls 1

test_legb_funcFunction · 0.85

Tested by

no test coverage detected