Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/rocky/python-uncompyle6
/ argsfunc
Function
argsfunc
test/decompyle/test_applyEquiv.py:12–13 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
10
print kwargs.items()
11
12
def
argsfunc(*args):
13
print args
14
15
def
no_apply(*args, **kwargs):
16
print args
Callers
1
no_apply
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected