Home
last modified time | relevance | path

Searched defs:__irshift__ (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/test/
Dtest_augassign.py218 def __irshift__(self, val): member in AugAssignTest.testCustomMethods2.testall
Dtest_operator.py490 def __irshift__ (self, other): return "irshift" member in OperatorTestCase.test_inplace.C
/third_party/python/Lib/
Doperator.py464 __irshift__ = irshift variable