Where is the collections module?

Carsten Haese carsten at uniqsys.com
Sun Jul 22 14:37:34 EDT 2007


On Sun, 2007-07-22 at 14:24 -0400, Gordon Airporte wrote:
> I was going to try tweaking defaultdict, but I can't for the life of me 
> find where the collections module or its structures are defined. Python 2.5.

It's written in C. You'll find it in the Python2.5 source code
at /path/to/source/Modules/collectionsmodule.c

-- 
Carsten Haese
http://informixdb.sourceforge.net





More information about the Python-list mailing list