Mapping, with sequence as key, wildcard and subsequence matching

Zachary Ware zachary.ware+pylist at gmail.com
Thu Jul 16 02:43:54 EDT 2015


On Thu, Jul 16, 2015 at 1:31 AM, Ben Finney <ben+python at benfinney.id.au> wrote:
> Fine by me. What is the mapping API that needs to be implemented though?

Have a look at collections.MutableMapping.

-- 
Zach



More information about the Python-list mailing list