Files
codeql/python/ql/test/3/library-tests/parameters/Special.expected
Rasmus Wriedt Larsen 4185edc087 Python: Expand parameters/functions test
I want to ensure we handle when only _some_ parameters have default/annotations
2020-04-27 17:22:56 +02:00

8 lines
157 B
Plaintext

| args | varargs |
| kwargs | kwargs |
| normal | normal |
| pos_only | normal |
| pos_req | normal |
| pos_w_default | normal |
| pos_w_default2 | normal |