Searched defs:Seq1 (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_operator.py6 class Seq1: class in inherits:
124 self.assertTrue(operator.concat(Seq1([5, 6]), Seq1([7])) == [5, 6, 7])
289 a = Seq1([4, 5, 6])

Completed in 7 milliseconds