in reply to Language design: direct attribute access and postponed mutators (Perl Vs Python)
object.__setattr__(self, name, value)
Called when an attribute assignment is attempted. […]
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Language design: direct attribute access and postponed mutators (Perl Vs Python)
by LanX (Saint) on Sep 15, 2019 at 19:40 UTC |