cf.Field.__invert__

Field.__invert__()[source]

The unary bitwise operation ~

x.__invert__() <==> ~x

Previous topic

cf.Field.__irshift__

Next topic

Units handling by the cf.Units object

This Page