MCPcopy
hub / github.com/rocky/python-uncompyle6 / sort

Method sort

test/simple_source/bug_pypy37/01_callback.py:5–8  ·  view source on GitHub ↗
(self, l, reverse, key_fn)

Source from the content-addressed store, hash-verified

3
4class C:
5 def sort(self, l, reverse, key_fn):
6 # PyPy example of CALL_METHOD_KW 2
7 # 2 keyword arguments and no positional arguments
8 return l.sort(reverse=reverse, key=key_fn)
9
10
11def lcase(s):

Callers 9

cmp_code_objectsFunction · 0.80
do_testsFunction · 0.80
test_pythonlib.pyFile · 0.80
do_testsFunction · 0.80
test_pyenvlib.pyFile · 0.80
01_callback.pyFile · 0.80

Calls

no outgoing calls

Tested by 2

do_testsFunction · 0.64
do_testsFunction · 0.64