Files
codeql/python/ql/test/3/query-tests/Variables/undefined/UninitializedLocal.py
2019-02-08 15:13:17 +00:00

4 lines
43 B
Python

def kwonly(p0, *, kw=None):
return kw