Example #1
0
 def test_nulldict(self):
     x = _nulldict()
     x['foo'] = 1
     x.update(foo=1, bar=2)
     x.setdefault('foo', 3)
Example #2
0
 def test_nulldict(self):
     x = _nulldict()
     x["foo"] = 1
     x.update(foo=1, bar=2)
     x.setdefault("foo", 3)