VariantType.isContainer

Determines if the given type is a container type.

Container types are any array, maybe, tuple, or dictionary entry types plus the variant type.

This function returns TRUE for any indefinite type for which every definite subtype is a container -- G_VARIANT_TYPE_ARRAY, for example.

class VariantType
bool
isContainer
()

Return Value

Type: bool

TRUE if type is a container type

Since 2.24