MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / sorted

Function sorted

tools/python-3.11.9-amd64/Lib/lib2to3/tests/test_pytree.py:20–23  ·  view source on GitHub ↗
(lst)

Source from the content-addressed store, hash-verified

18 sorted
19except NameError:
20 def sorted(lst):
21 l = list(lst)
22 l.sort()
23 return l
24
25class TestNodes(support.TestCase):
26

Callers 15

__seqToREMethod · 0.85
locale.pyFile · 0.85
mainFunction · 0.85
iter_zipimport_modulesFunction · 0.85
reportMethod · 0.85
get_platform_osxFunction · 0.85
compile_fileFunction · 0.85
mainFunction · 0.85
_possibly_sortedFunction · 0.85
write_dictMethod · 0.85
_flattenMethod · 0.85
_write_objectMethod · 0.85

Calls 2

listFunction · 0.85
sortMethod · 0.45

Tested by

no test coverage detected