Python Reference Guide
tuple Class Reference

Python built-in tuple container class. More...

Inheritance diagram for tuple:

Detailed Description

Python built-in tuple container class.

A tuple object cannot be modified. The contained object can be modified. For further information on this class, please consult http://docs.python.org/lib/typesseq.html