Files
codeql/python/ql/test/3/library-tests/parameters/Defaults.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

7 lines
283 B
Plaintext

| keyword_only | test.py:9:25:9:26 | UnaryExpr |
| keyword_w_default | test.py:29:32:29:35 | None |
| normal | test.py:7:19:7:20 | UnaryExpr |
| pos_only | test.py:5:21:5:22 | UnaryExpr |
| pos_w_default | test.py:25:28:25:31 | None |
| pos_w_default2 | test.py:26:20:26:23 | None |