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

Function test_append

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

Source from the content-addressed store, hash-verified

428
429
430def test_append():
431 a = pm.eval("[1,2]")
432 b = a.append(3)
433 assert a == [1, 2, 3]
434 assert b is None
435
436# insert
437

Callers

nothing calls this directly

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected