``` tests/test_collections.py 176:class CustomDict(collections.MutableMapping): 181: if isinstance(iterable, collections.Mapping): ```