cf.List.__invert__

List.__invert__()[source]

The unary bitwise operation ~

x.__invert__() <==> ~x