cf.List.__abs__

List.__abs__()[source]

The unary arithmetic operation abs

x.__abs__() <==> abs(x)