Re: Structures
On Mon, 03 Nov 2008 23:32:25 +0000, Paulo J. Matos wrote:
Names are more descriptive than "magic numbers" as indices. See for
example the "named tuple" returned by `os.stat()`.
Ciao,
Marc 'BlackJack' Rintsch
On Mon, 03 Nov 2008 23:32:25 +0000, Paulo J. Matos wrote:
What's then the reason for adding named tuples if they are not
mutable...???
mutable...???
example the "named tuple" returned by `os.stat()`.
Ciao,
Marc 'BlackJack' Rintsch
Comment