[Python-ideas] defaultdict factory argument

Steven Bethard steven.bethard at gmail.com
Sun Jan 18 03:32:28 CET 2009


On Sat, Jan 17, 2009 at 5:35 PM, Zac Burns <zac256 at gmail.com> wrote:
> I think defaultdict would be more useful if one could initialize it
> with the option to have the key that is being looked up passed to
> default_factory.

Are you sure you can't get what you want by using __missing__?

http://www.python.org/doc/2.5.2/lib/defaultdict-objects.html

Steve
-- 
I'm not *in*-sane. Indeed, I am so far *out* of sane that you appear a
tiny blip on the distant coast of sanity.
        --- Bucky Katt, Get Fuzzy



More information about the Python-ideas mailing list