Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
d = {1: 2, 3: 4}
print(len(d))
d.clear()
print(d)
d[2] = 42