Files
codeql/python/ql/test/query-tests/Variables/undefined/UndefinedExport.expected
Taus Brock-Nannestad b82ebf2a37 Add tests.
2019-08-22 16:30:14 +02:00

3 lines
203 B
Plaintext

| decorated_exports.py:3:33:3:45 | Str | The name 'not_defined' is exported by __all__ but is not defined. |
| exports.py:1:57:1:64 | Str | The name 'nosuch' is exported by __all__ but is not defined. |