Searched refs:ternop_test (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_descr.py | 98 def ternop_test(self, a, b, c, res, expr="a[b:c]", meth="__getslice__"): member in OperatorsTest 176 self.ternop_test([1,2,3], 0, 2, [1,2], "a[b:c]", "__getslice__") 318 self.ternop_test(spamlist([1,2,3]), 0, 2, spamlist([1,2]), "a[b:c]",
|