Bases: atom.catom.Member
A member which allows tuple values.
If item validation is used, then assignment will create a copy of the original tuple before validating the items, since validation may change the item values.
Initialize a Tuple.
Parameters : | item : Member, type, or tuple of types, optional
default : tuple, optional
|
---|