Files
codeql/python/ql/test/3/library-tests/parameters/Annotations.expected
Rasmus Wriedt Larsen c5e14f5c0d Python: Handle defaults and annotations for keyword-only arguments
This commit is based on a change to the extractor
2020-04-27 17:24:10 +02:00

8 lines
289 B
Plaintext

| args | test.py:8:12:8:23 | Str |
| keyword_only | test.py:9:19:9:21 | int |
| keyword_w_default | test.py:29:24:29:28 | Str |
| kwargs | test.py:10:15:10:30 | Str |
| normal | test.py:7:13:7:15 | int |
| pos_only | test.py:5:15:5:17 | int |
| pos_w_default | test.py:25:20:25:24 | Str |