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

Function test___none__attribute

tests/python/test_dicts.py:379–381  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

377
378
379def test___none__attribute():
380 a = pm.eval("({'0': 1, '1': 2})")
381 assert a[2] is None

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected