Python multimap

Fredrik Lundh fredrik at pythonware.com
Wed Aug 27 14:37:11 EDT 2008


Miles wrote:

> That's what a multimap is.

iirc, a C++ multimap provides a flat view of the data, so you need to 
provide custom enumeration and iteration methods as well.

</F>




More information about the Python-list mailing list