types
index
/usr/lib/python2.4/types.py
Module Docs

Define names for all type symbols known in the standard interpreter.
 
Types that are part of optional modules (e.g. array) are not listed.

 
Data
        StringTypes = (<type 'str'>, <type 'unicode'>)