Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_descrtut.py11 from test.support import sortdict
Dtest_pyexpat.py15 from test.support import sortdict
92 sortdict(attrs))
Dtest_support.py309 self.assertEqual(support.sortdict({3:3, 2:2, 1:1}), "{1: 1, 2: 2, 3: 3}")
/third_party/python/Lib/test/support/
D__init__.py500 def sortdict(dict): function
/third_party/python/Doc/library/
Dtest.rst431 .. function:: sortdict(dict)
/third_party/python/Misc/
DHISTORY24694 sortdict(dict) function for a simple way to display a dict in sorted