http://qiita.com/natsutan/items/90a2d1a005cfe9afe017
Es gibt nichts zu schreiben als Antwort auf einen Artikel vor vier Jahren, also werde ich es hier schreiben
Nun, ich glaube nicht, dass du so eine Konstante brauchst,
Wenn das Wörterbuch nicht funktioniert, gibt es eine Möglichkeit zu schreiben, dass Sie tapple verwenden sollten.
class Consts:
__slots__ = ()
@property
def spam(self):
return 1
@property
def ham(self):
return 2
c = Consts()
print c.spam, c.ham
c.egg = 3 # AttributeError: 'Consts' object has no attribute 'egg'
Recommended Posts