Searched refs:ilshift (Results 1 – 4 of 4) sorted by relevance
356 def ilshift(a, b): function451 __ilshift__ = ilshift
310 BOOST_PYTHON_INPLACE_OPERATOR(ilshift,<<=)
501 .. function:: ilshift(a, b)504 ``a = ilshift(a, b)`` is equivalent to ``a <<= b``.
484 self.assertEqual(operator.ilshift (c, 5), "ilshift")