Home
/
Python 3.11
/
Operators
/
inv
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Operators
inv
Python 3.11
Return the bitwise inverse of the number obj. This is equivalent to ~obj.
Syntax
PYTHON
Copy
operator.inv(obj)