Home
last modified time | relevance | path

Searched refs:ilshift (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/
Doperator.py356 def ilshift(a, b): function
451 __ilshift__ = ilshift
/third_party/boost/boost/python/
Doperators.hpp310 BOOST_PYTHON_INPLACE_OPERATOR(ilshift,<<=)
/third_party/python/Doc/library/
Doperator.rst501 .. function:: ilshift(a, b)
504 ``a = ilshift(a, b)`` is equivalent to ``a <<= b``.
/third_party/python/Lib/test/
Dtest_operator.py484 self.assertEqual(operator.ilshift (c, 5), "ilshift")