It gives a "type" attribute to your named tuple. Point=namedtuple('whatsmypurpose',['x','y'], verbose=True) >>>type(Point) "whatsmypurpose"