class Test(object): def __init__(self): self.test = 1 t = Test() print(t.__dict__['test'])
[vagrant@localhost python]$ python app.py
1
クラスのattributeには、class.__dict__[‘attribute’]というアクセス方法がある
呼び出しの方法で便利なのね。
ソフトウェアエンジニアの技術ブログ:Software engineer tech blog
随机应变 ABCD: Always Be Coding and … : хороший