Searched refs:sortdict (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_descrtut.py | 11 from test.test_support import sortdict
|
D | test_pyexpat.py | 10 from test.test_support import sortdict, run_unittest 85 sortdict(attrs))
|
D | test_test_support.py | 283 self.assertEqual(support.sortdict({3:3, 2:2, 1:1}), "{1: 1, 2: 2, 3: 3}")
|
/external/python/cpython3/Lib/test/ |
D | test_descrtut.py | 11 from test.support import sortdict
|
D | test_pyexpat.py | 15 from test.support import sortdict 92 sortdict(attrs))
|
D | test_support.py | 275 self.assertEqual(support.sortdict({3:3, 2:2, 1:1}), "{1: 1, 2: 2, 3: 3}")
|
/external/python/cpython2/Lib/test/support/ |
D | __init__.py | 834 def sortdict(dict): function
|
/external/python/cpython3/Lib/test/support/ |
D | __init__.py | 1001 def sortdict(dict): function
|
/external/python/cpython3/Doc/library/ |
D | test.rst | 514 .. function:: sortdict(dict)
|
/external/python/cpython2/Misc/ |
D | HISTORY | 7315 sortdict(dict) function for a simple way to display a dict in sorted
|
/external/python/cpython3/Misc/ |
D | HISTORY | 24694 sortdict(dict) function for a simple way to display a dict in sorted
|