Tuple constructor

Tuple(concept)

Initializes a new instance of Tuple class.

def __init__(self, concept):
    ...
ParameterTypeDescription
conceptConceptConcept defined in SchemaRef

See Also