Home
last modified time | relevance | path

Searched refs:__ror__ (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/
Dnumbers.py366 def __ror__(self, other): member in Integral
D_abcoll.py217 __ror__ = __or__ variable in Set
/external/python/cpython2/Lib/test/
Dtest_augassign.py193 def __ror__(self, val): member in AugAssignTest.testCustomMethods2.testall
Dtest_collections.py322 __ror__ = __eq__ variable in ABCTestCase.validate_comparison.Other
/external/python/cpython2/Doc/reference/
Ddatamodel.rst2135 object.__ror__(self, other)