diff --git a/attributs.py b/attributs.py index ad167b7..0bef44e 100644 --- a/attributs.py +++ b/attributs.py @@ -122,10 +122,6 @@ class Attr(object): ### On l'implémente dans les classes filles ! pass - def can_modify(self): - """Vérifie si l'attribut est modifiable""" - return False - class objectClass(Attr): singlevalue = False