Home
last modified time | relevance | path

Searched refs:sortdict (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_descrtut.py11 from test.support import sortdict
Dtest_pyexpat.py14 from test.support import sortdict
91 sortdict(attrs))
Dtest_support.py280 self.assertEqual(support.sortdict({3:3, 2:2, 1:1}), "{1: 1, 2: 2, 3: 3}")
/external/python/cpython2/Lib/test/
Dtest_descrtut.py11 from test.test_support import sortdict
Dtest_pyexpat.py10 from test.test_support import sortdict, run_unittest
85 sortdict(attrs))
Dtest_test_support.py283 self.assertEqual(support.sortdict({3:3, 2:2, 1:1}), "{1: 1, 2: 2, 3: 3}")
/external/python/cpython2/Lib/test/support/
D__init__.py834 def sortdict(dict): function
/external/python/cpython3/Lib/test/support/
D__init__.py1082 def sortdict(dict): function
/external/python/cpython3/Doc/library/
Dtest.rst435 .. function:: sortdict(dict)
/external/python/cpython2/Misc/
DHISTORY7315 sortdict(dict) function for a simple way to display a dict in sorted
/external/python/cpython3/Misc/
DHISTORY24694 sortdict(dict) function for a simple way to display a dict in sorted