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

3 lines
229 B
Plaintext

| compare.py:8:1:8:6 | Compare | Comparison of identical values; use cmath.isnan() if testing for not-a-number. |
| compare.py:9:1:9:10 | Compare | Comparison of identical values; use cmath.isnan() if testing for not-a-number. |