Files
codeql/python/ql/test/3/library-tests/parameters/Annotations.expected
Taus 58eaddf627 Python: Update all .expected files
I'm beginning to realise why I didn't do the `toString` overriding way
back when. Thankfully, now that all of our tests are in the same place,
this is actually not a terrible ordeal.
2024-04-22 12:00:09 +00:00

8 lines
329 B
Plaintext

| args | test.py:8:12:8:23 | StringLiteral |
| keyword_only | test.py:9:19:9:21 | int |
| keyword_w_default | test.py:29:24:29:28 | StringLiteral |
| kwargs | test.py:10:15:10:30 | StringLiteral |
| 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 | StringLiteral |