Constante en Python

http://qiita.com/natsutan/items/90a2d1a005cfe9afe017

Il n'y a rien à écrire en réponse à un article d'il y a quatre ans, alors je l'écrirai ici

Eh bien, je ne pense pas que vous ayez besoin de ce genre de const,

Si le dictionnaire ne fonctionne pas, il existe un moyen d'écrire que vous devriez utiliser tapple.


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

Constante en Python
Constante en Python
Quadtree en Python --2
Python en optimisation
CURL en Python
Métaprogrammation avec Python
Python 3.3 avec Anaconda
Géocodage en python
SendKeys en Python
Méta-analyse en Python
Unittest en Python
Époque en Python
Discord en Python
Allemand en Python
DCI en Python
tri rapide en python
N-Gram en Python
Programmation avec Python
Plink en Python
FizzBuzz en Python
Sqlite en Python
Étape AIC en Python
LINE-Bot [0] en Python
CSV en Python
Assemblage inversé avec Python
Réflexion en Python
nCr en Python.
format en python
Scons en Python 3
Puyopuyo en python
python dans virtualenv
PPAP en Python
Quad-tree en Python
Réflexion en Python
Chimie avec Python
Hashable en Python
DirectLiNGAM en Python
LiNGAM en Python
Aplatir en Python
Aplatir en python
Liste triée en Python
AtCoder # 36 quotidien avec Python
Texte de cluster en Python
AtCoder # 2 tous les jours avec Python
Daily AtCoder # 32 en Python
Daily AtCoder # 6 en Python
Daily AtCoder # 18 en Python
Modifier les polices en Python
Motif singleton en Python
Opérations sur les fichiers en Python
Lire DXF avec python
Daily AtCoder # 53 en Python
Séquence de touches en Python
Utilisez config.ini avec Python
Daily AtCoder # 33 en Python
Résoudre ABC168D en Python
Distribution logistique en Python
AtCoder # 7 tous les jours avec Python
Décomposition LU en Python