Python Forum

Full Version: Independent Secondary index for dictionary
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(Dec-20-2018, 07:20 PM)ichabod801 Wrote: [ -> ]UserDictionary?)
I was thinking of multikeydict :-) and use tuple of sub-keys as one composite key.
One possible problem (but it may be also a feature) - it may happen that more than one composite key has same partial key (sub-key). Then it will have to return multiple values.
Pages: 1 2