PY3.E4702
Modified iterating dict
Emitted when items are added or removed to a dict being iterated through. Doing so raises a RuntimeError.
Noncompliant Code:
# to be added
Compliant Code:
# to be added