Home
last modified time | relevance | path

Searched refs:sortdict (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_descrtut.py11 from test.support import sortdict namespace
63 >>> print(sortdict(a)) # show the result
100 >>> print(sortdict(a.__dict__))
H A Dtest_pyexpat.py15 from test.support import sortdict, is_emscripten, is_wasi namespace
92 sortdict(attrs))
H A Dtest_support.py312 self.assertEqual(support.sortdict({3:3, 2:2, 1:1}), "{1: 1, 2: 2, 3: 3}")
/third_party/python/Lib/test/support/
H A D__init__.py58 "swap_attr", "Matcher", "set_memlimit", "SuppressCrashReport", "sortdict",
608 def sortdict(dict): function

Completed in 6 milliseconds