MCPcopy
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
9def kwfunc(**kwargs):
10 print kwargs.items()
11
12def argsfunc(*args):
13 print args

Callers 1

no_applyFunction · 0.70

Calls 1

itemsMethod · 0.45

Tested by

no test coverage detected