?Combination of a Dictionary and a List?

Norman Shelley Norman_Shelley-RRDN60 at email.sps.mot.com
Fri Jun 30 19:57:34 EDT 2000


Sometime  in the past I wrote a simple combination of a dictionary and a
list, where __getitem__() would first look in a hidden dictionary and
then if not found it would try looking in a hidden list.  I've seen this
type of code out there somewhere also but I can not find my code or
anyone elses. I guess I haven't figure our the "right" search criteria
on www.python.org.  Any pointers?




More information about the Python-list mailing list