Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

The simple but handy "collector of a bunch of named stuff" class

Originally published: 2001-03-26 11:48:07
Last updated: 2001-04-08 19:08:56
Author: Alex Martelli

Often we want to just collect a bunch of stuff together, naming each item of the bunch; a dictionary's OK for that, but a small do-nothing class is even handier, and prettier to use.