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

Function test_update_two_args

tests/python/test_dict_methods.py:185–188  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

183
184
185def test_update_two_args():
186 a = pm.eval("({'c':5})")
187 a.update(B='For', C='Geeks')
188 assert a == {'c': 5.0, 'B': 'For', 'C': 'Geeks'}
189
190
191def test_update_iterable():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected