MCPcopy Index your code
hub / github.com/rocky/python-uncompyle6 / 07_kwargs.py

File 07_kwargs.py

test/simple_source/bug36/07_kwargs.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# Bug in Python 3.6 and 3.7 was getting comma before **kw
2
3def fn(arg, *, kwarg='test', **kw):
4 assert arg == 1

Callers

nothing calls this directly

Calls 1

fnFunction · 0.70

Tested by

no test coverage detected