python-by-example-150-chall.../venv/lib/python3.6/site-packages/pylint/test/functional/logical_tautology.txt
2019-08-04 15:26:35 +03:00

13 lines
777 B
Plaintext

comparison-with-itself:6:foo:Redundant comparison - arg == arg
comparison-with-itself:8:foo:Redundant comparison - arg != arg
comparison-with-itself:10:foo:Redundant comparison - arg > arg
comparison-with-itself:12:foo:Redundant comparison - arg <= arg
comparison-with-itself:14:foo:Redundant comparison - None == None
comparison-with-itself:16:foo:Redundant comparison - 786 == 786
comparison-with-itself:18:foo:Redundant comparison - 786 is 786
comparison-with-itself:20:foo:Redundant comparison - 786 is not 786
comparison-with-itself:22:foo:Redundant comparison - arg is arg
comparison-with-itself:24:foo:Redundant comparison - arg is not arg
comparison-with-itself:26:foo:Redundant comparison - True is True
comparison-with-itself:36:bar:Redundant comparison - arg != arg