Searched refs:sortdict (Results 1 – 6 of 6) sorted by relevance
11 from test.support import sortdict
15 from test.support import sortdict92 sortdict(attrs))
309 self.assertEqual(support.sortdict({3:3, 2:2, 1:1}), "{1: 1, 2: 2, 3: 3}")
500 def sortdict(dict): function
431 .. function:: sortdict(dict)
24694 sortdict(dict) function for a simple way to display a dict in sorted