Sujet : Re: Dynamically modifying "__setattr__"
De : ram (at) *nospam* zedat.fu-berlin.de (Stefan Ram)
Groupes : comp.lang.pythonDate : 30. Sep 2023, 13:20:16
Autres entêtes
Organisation : Stefan Ram
Message-ID : <indirection-20230930131955@ram.dialup.fu-berlin.de>
References : 1 2
Greg Ewing <
greg.ewing@canterbury.ac.nz> writes:
def __setattr__(self, key, value):
self.setattr(key, value)
|All problems in computer science can be solved by
|adding another level of indirection.
(The fundamental theorem of software engineering [FTSE] is
a term originated by Andrew Koenig to describe a remark by
Butler Lampson attributed to the late David J. Wheeler.)