Home
/
Python 3.11
/
Operators
/
irshift
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Operators
irshift
Python 3.11
a = irshift(a, b) is equivalent to a >>= b.
Syntax
PYTHON
Copy
operator.irshift(a, b)