Home
last modified time | relevance | path

Searched defs:__ilshift__ (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/test/
Dtest_augassign.py226 def __ilshift__(self, val): member in AugAssignTest.testCustomMethods2.testall
Dtest_operator.py484 def __ilshift__ (self, other): return "ilshift" member in OperatorTestCase.test_inplace.C
/third_party/python/Lib/
Doperator.py458 __ilshift__ = ilshift variable
/third_party/python/Objects/
Dtypeobject.c7541 SLOT1(slot_nb_inplace_lshift, __ilshift__, PyObject *) in SLOT1() argument