Files
codeql/python/ql/test/3/library-tests/parameters/Annotations.expected
Rasmus Wriedt Larsen 0cc8d49112 Python: Add tests for full Python 3 parameters syntax
Currently keyword-only parameters are not handled properly :(
2020-04-27 17:22:56 +02:00

5 lines
150 B
Plaintext

| args | test.py:8:12:8:23 | 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 |