MCPcopy 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
12def argsfunc(*args):
13 print args
14
15def no_apply(*args, **kwargs):
16 print args

Callers 1

no_applyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected