1
2.. _univ.Set:
3
4.. |ASN.1| replace:: Set
5
6|ASN.1| type
7------------
8
9.. autoclass:: pyasn1.type.univ.Set(componentType=NamedTypes(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection())
10   :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, componentType, subtypeSpec,
11             getComponentByPosition, setComponentByPosition, getComponentByName, setComponentByName, setDefaultComponents,
12             getComponentByType, setComponentByType, clear, reset, isInconsistent
13
14   .. note::
15
16        The |ASN.1| type models a collection of named ASN.1 components.
17        Ordering of the components **is not** preserved upon de/serialisation.
18
19   .. automethod:: pyasn1.type.univ.Set.clone(componentType=NamedTypes(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection())
20   .. automethod:: pyasn1.type.univ.Set.subtype(componentType=NamedTypes(), implicitTag=Tag(), explicitTag=Tag(),subtypeSpec=ConstraintsIntersection())
21