Home
last modified time | relevance | path

Searched refs:irshift (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/
Doperator.py386 def irshift(a, b): function
457 __irshift__ = irshift
/third_party/python/Doc/library/
Doperator.rst539 .. function:: irshift(a, b)
542 ``a = irshift(a, b)`` is equivalent to ``a >>= b``.
/third_party/python/Lib/test/
Dtest_operator.py490 self.assertEqual(operator.irshift (c, 5), "irshift")