[Python-Dev] sys.implementation

Barry Warsaw barry at python.org
Thu May 10 04:26:41 CEST 2012


On May 09, 2012, at 05:47 PM, Larry Hastings wrote:

>I like Alex Martelli's approach, which I recall was exactly this:
>
>    class namespace:
>         def __init__(**kwargs):
>             self.__dict__ = kwargs
>
>
>That means all the initializers you pass in to the constructor get turned
>into members.

Well, "__init__(self, **kws)", but yeah. :)

-Barry


More information about the Python-Dev mailing list