pylint #8541 inappropriate message for Interface Classes [rejected]
R0922: Abstract class is only referenced %s times Used when an abstract class is used less than X times as ancestor. I suspect we should not see this if the asbtract class is in fact an Interface Class. | |
priority | normal |
---|---|
type | bug |
done in | <not specified> |
load | 0.000 |
load left | 0.000 |
closed by | <not specified> |
Comments
-
2009/03/19 12:12, written by sthenault
add commenthum, the actual problem may be that your class has not been detected as an
interface.