Why do I need to use self to reference the class variable?

后端 未结 0 1081
故里飘歌
故里飘歌 2020-12-02 01:16
class Channel(object)
  channel_mapping = {
    \'a\': 001,
    \'b\': 002,
    \'c\': 003
  }

  def __init__(self):
    ...

  def process(self, input):
    channe         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题