Files
codeql/python/ql/test/3/library-tests/functions/FunctionExpr.getArgs.getDefault.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

5 lines
284 B
Plaintext

| test.py:4:1:11:2 | FunctionExpr | 0 | test.py:5:21:5:22 | UnaryExpr |
| test.py:4:1:11:2 | FunctionExpr | 1 | test.py:7:19:7:20 | UnaryExpr |
| test.py:23:1:31:2 | FunctionExpr | 1 | test.py:25:28:25:31 | None |
| test.py:23:1:31:2 | FunctionExpr | 2 | test.py:26:20:26:23 | None |