Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
src/p/r/Products.Archetypes-HEAD/Products/Archetypes/tests/test_utils.py Products.Archetypes(Download)
dlc = DisplayList(c) assert dla.values() == ['a', 'b', 'c'] dlb_s = dlb.sortedByValue() assert dlb_s.values() == ['X', 'Y', 'Z']
src/p/r/Products.Archetypes-1.10.1/Products/Archetypes/tests/test_utils.py Products.Archetypes(Download)
dlc = DisplayList(c) assert dla.values() == ['a', 'b', 'c'] dlb_s = dlb.sortedByValue() assert dlb_s.values() == ['X', 'Y', 'Z']