MCPcopy Create free account
hub / github.com/Distributive-Network/PythonMonkey / iter_for

Function iter_for

tests/python/test_lists.py:951–954  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

949
950
951def iter_for():
952 a = pm.eval("(['this is a test', 'another test'])")
953 b = [item.upper() for item in a]
954 assert b == ['THIS IS A TEST', 'ANOTHER TEST']
955
956
957def test_reduce():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected