Python Reference Guide
 
Loading...
Searching...
No Matches
tuple Class Reference

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

#include <pyfbsdk.h>

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