美文网首页
Python: method may be static问题

Python: method may be static问题

作者: Stack1_e27c | 来源:发表于2020-01-06 15:45 被阅读0次

    大家在写python代码时,会遇到这样的一个问题
    Method 'normalize' may be 'static'

    image.png
    该方法应该是静态方法
    解决方法:将self删去,并在函数上方添加上@staticmethod即可
    image.png
    比较上下图,问题解决

    相关文章

      网友评论

          本文标题:Python: method may be static问题

          本文链接:https://www.haomeiwen.com/subject/agskactx.html