ID EN
Operators

irshift

Python 3.11

a = irshift(a, b) is equivalent to a >>= b.

Syntax

PYTHON
operator.irshift(a, b)