Nested Mapping

Arnaud Delobelle arnodel at gmail.com
Fri Oct 22 02:24:36 EDT 2010


Raymond Hettinger <python at rcn.com> writes:

> I'm considering a nested mapping class for the collections module and
> would like to solicit feedback from people here on comp.lang.python:
>
>    http://code.activestate.com/recipes/577434-nested-contexts-a-chain-of-mapping-objects/
>

Django has such contexts in its templating engine.  It may be worth
looking if this fits with theirs.

-- 
Arnaud



More information about the Python-list mailing list