12 lines
777 B
Text
12 lines
777 B
Text
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
|