Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
class Foo:
def __radd__(self, other):
pass
try:
5 + Foo()
except TypeError:
print("TypeError")