Searched refs:__ror__ (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ | ||
D | numbers.py | 366 def __ror__(self, other): member in Integral |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ | ||
D | numbers.py | 366 def __ror__(self, other): member in Integral |
D | _abcoll.py | 217 __ror__ = __or__ variable in Set |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ | ||
D | test_augassign.py | 193 def __ror__(self, val): member in AugAssignTest.testCustomMethods2.testall |
D | test_collections.py | 274 __ror__ = __eq__ variable in ABCTestCase.validate_comparison.Other |