Files
codeql/python/ql/test/library-tests/web/falcon/Routing.expected

4 lines
174 B
Plaintext

| /hello | delete | test.py:22:5:22:35 | Function on_delete |
| /hello | get | test.py:9:5:9:32 | Function on_get |
| /hello | post | test.py:19:5:19:33 | Function on_post |