What makes pylint think my class is abstract?

前端 未结 2 798
情话喂你
情话喂你 2021-01-18 16:21

As I understand it, Python (2.5.2) does not have real support for abstract classes. Why is pylint complaining about this class being an \"Abstract class not reference?\" Wil

2条回答
  •  终归单人心
    2021-01-18 16:48

    In my experience, pylint is a bit over-zealous, and isn't useful until you've turned off a number of the warnings.

提交回复
热议问题