Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
# tests that .../Ellipsis exists
print(...)
print(Ellipsis)
print(... == Ellipsis)
# Test that Ellipsis can be hashed
print(type(hash(Ellipsis)))