Home
last modified time | relevance | path

Searched refs:__isub__ (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
D_weakrefset.py135 self.__isub__(other)
136 def __isub__(self, other): member in WeakSet
D_abcoll.py351 def __isub__(self, it): member in MutableSet
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_augassign.py138 def __isub__(self, val): member in AugAssignTest.testCustomMethods2.testall
Dtest_operator.py477 def __isub__ (self, other): return "isub" member in OperatorTestCase.test_inplace.C
507 self.assertEqual(operator.__isub__ (c, 5), "isub")
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
D_weakrefset.py149 def __isub__(self, other): member in WeakSet
Dsets.py471 def __isub__(self, other): member in Set
D_abcoll.py320 def __isub__(self, it): member in MutableSet
Drfc822.py809 def __isub__(self, other): member in AddressList
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
D_parseaddr.py488 def __isub__(self, other): member in AddressList
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Doperator.c281 spam2(isub,__isub__, "a = isub(a, b) -- Same as a -= b.")
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Doperator.c407 spam2(isub,__isub__, "a = isub(a, b) -- Same as a -= b.")