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

Function test_keys_substract

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

Source from the content-addressed store, hash-verified

235
236
237def test_keys_substract():
238 car = pm.eval('({"brand": "Ford","model": "Mustang","year": 1964})')
239 a = car.keys()
240 b = a - ['brand']
241 assert b == {'model', 'year'}
242
243
244def test_keys_richcompare_two_own():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected