Searched refs:sortdict (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_descrtut.py | 11 from test.support import sortdict namespace 63 >>> print(sortdict(a)) # show the result 100 >>> print(sortdict(a.__dict__))
|
H A D | test_pyexpat.py | 15 from test.support import sortdict, is_emscripten, is_wasi namespace 92 sortdict(attrs))
|
H A D | test_support.py | 312 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__.py | 58 "swap_attr", "Matcher", "set_memlimit", "SuppressCrashReport", "sortdict", 608 def sortdict(dict): function
|
Completed in 6 milliseconds