Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_augassign.py187 def __ipow__(self, val): member in AugAssignTest.testCustomMethods2.testall
Dtest_operator.py475 def __ipow__ (self, other): return "ipow" member in OperatorTestCase.test_inplace.C
505 self.assertEqual(operator.__ipow__ (c, 5), "ipow")
Dtest_descr.py3896 def __ipow__(self, other): member in ClassPropertiesAndMethods.test_ipow.C
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Doperator.c307 spam2(ipow,__ipow__, "a = ipow(a, b) -- Same as a **= b.")
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Doperator.c433 spam2(ipow,__ipow__, "a = ipow(a, b) -- Same as a **= b.")