Files
codeql/python/ql/test/2/query-tests/Classes/inconsistent-mro/InconsistentMRO.expected
2019-02-08 15:13:17 +00:00

2 lines
233 B
Plaintext

| inconsistent_mro.py:9:1:9:14 | class Z | Construction of class Z can fail due to invalid method resolution order(MRO) for bases $@ and $@. | inconsistent_mro.py:3:1:3:16 | class X | X | inconsistent_mro.py:6:1:6:11 | class Y | Y |