Files
codeql/python/ql/test/query-tests/Expressions/general/ExplicitCallToDel.expected
2018-11-19 15:15:54 +00:00

3 lines
202 B
Plaintext

| expressions_test.py:37:1:37:11 | Attribute() | The __del__ special method is called explicitly. |
| expressions_test.py:133:9:133:22 | Attribute() | The __del__ special method is called explicitly. |