Searched refs:__lshift__ (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
H A Dnumbers.py321 def __lshift__(self, other): member in class:Integral
/external/python/cpython2/Lib/test/
H A Dtest_augassign.py223 def __lshift__(self, val): member in class:AugAssignTest.testCustomMethods2.testall
224 output.append("__lshift__ called")
321 __lshift__ called
/external/python/cpython2/Modules/
H A Doperator.c400 spam2(lshift,__lshift__, "lshift(a, b) -- Same as a << b.")

Completed in 124 milliseconds