Re: class attrdict
Alex Martelli writes:
Nice one. I gotta dig up the Cookbook again.
--
Hallvard
Alex Martelli writes:
(...)
(...)
I might, if it weren't for the redundant "if" and the horribly buggy
interference between separate instances -- which is why I wrote it,
almost six years ago and without the bugs, as
<http://aspn.activestat e.com/ASPN/Python/Cookbook/Recipe/52308.
>class Namespace(objec t):
I might, if it weren't for the redundant "if" and the horribly buggy
interference between separate instances -- which is why I wrote it,
almost six years ago and without the bugs, as
<http://aspn.activestat e.com/ASPN/Python/Cookbook/Recipe/52308.
--
Hallvard
Comment