Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(4) | Call(4) | Derive(0) | Import(0)
src/p/r/Products.Archetypes-1.10.1/Products/Archetypes/tests/test_utils.py Products.Archetypes(Download)
self.assertTrue(DisplayList(zip(ta, ta)) == DisplayList(zip(td, td))) self.assertTrue(DisplayList(zip(tb, ta)) == DisplayList(zip(tb, ta))) self.assertRaises(TypeError, cmp, DisplayList(), '') def test_slice(self):
self.assertTrue(IntDisplayList(zip(ta, ta)) == IntDisplayList(zip(td, td))) self.assertTrue(IntDisplayList(zip(tb, ta)) == IntDisplayList(zip(tb, ta))) self.assertRaises(TypeError, cmp, IntDisplayList(), '') def test_slice(self):
src/p/r/Products.Archetypes-HEAD/Products/Archetypes/tests/test_utils.py Products.Archetypes(Download)
self.assertTrue(DisplayList(zip(ta, ta)) == DisplayList(zip(td, td))) self.assertTrue(DisplayList(zip(tb, ta)) == DisplayList(zip(tb, ta))) self.assertRaises(TypeError, cmp, DisplayList(), '') def test_slice(self):
self.assertTrue(IntDisplayList(zip(ta, ta)) == IntDisplayList(zip(td, td))) self.assertTrue(IntDisplayList(zip(tb, ta)) == IntDisplayList(zip(tb, ta))) self.assertRaises(TypeError, cmp, IntDisplayList(), '') def test_slice(self):