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

Function f

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

Source from the content-addressed store, hash-verified

474
475def test_insert_function():
476 def f():
477 return
478 a = pm.eval("[1,2]")
479 a.insert(0, f)
480 assert len(a) == 3

Calls

no outgoing calls

Tested by

no test coverage detected