The Python FAQ gives an example of how to make a class wrapper around a builtin type, like a dictionary. Is there any module that has class wrapers for every builtin type for which this can be done? Thanks in advance.