Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/rocky/python-uncompyle6
/ C
Class
C
test/simple_source/bug_pypy37/01_callback.py:4–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
3
4
class
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
11
def
lcase(s):
Callers
1
01_callback.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected