GeoEco.Types.TupleTypeMetadata

class GeoEco.Types.TupleTypeMetadata(elementType, minLength=0, maxLength=2147483647, maxItemsToValidate=2147483647, mustBeSameLengthAsArgument=None, canBeNone=False, sphinxMarkup=None)

Bases: SequenceTypeMetadata

Metadata specifying that a value must be a tuple, an immutable sequence of items.

Properties

property AllowedValues

None

property ArcGISAssembly

None

property ArcGISDataTypeDict

None

property ArcGISDomainDict

None

property ArcGISType

None

property CanBeArcGISInputParameter

None

property CanBeArcGISOutputParameter

None

property CanBeNone

None

property ElementType

None

property MaxItemsToValidate

None

property MaxLength

None

property MinLength

None

property MustBeSameLengthAsArgument

None

property PythonType

None

property PythonTypeDescription

None

property SphinxMarkup

None

Methods

DependenciesAreNeededForValue

GetArcGISOutputParameterStringForValue

GetConstraintDescriptionStrings

ParseValueFromArcGISInputParameterString

ValidateValue