Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rocky/python-uncompyle6
/ kwfunc
Function
kwfunc
test/decompyle/test_applyEquiv.py:9–10 ·
view source on GitHub ↗
(**kwargs)
Source
from the content-addressed store, hash-verified
7
# for further information
8
9
def
kwfunc(**kwargs):
10
print kwargs.items()
11
12
def
argsfunc(*args):
13
print args
Callers
1
no_apply
Function · 0.70
Calls
1
items
Method · 0.45
Tested by
no test coverage detected