• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2.. _univ.SetOf:
3
4.. |ASN.1| replace:: SetOf
5
6|ASN.1| type
7------------
8
9.. autoclass:: pyasn1.type.univ.SetOf(componentType=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection())
10   :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, componentType, subtypeSpec,
11             getComponentByPosition, setComponentByPosition, clear, reset, isInconsistent
12
13   .. note::
14
15        The |ASN.1| type models a collection of elements of a single ASN.1 type.
16        Ordering of the components **is not** preserved upon de/serialisation.
17
18   .. automethod:: pyasn1.type.univ.SetOf.clone(componentType=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection())
19   .. automethod:: pyasn1.type.univ.SetOf.subtype(componentType=NoValue(), implicitTag=Tag(), explicitTag=Tag(),subtypeSpec=ConstraintsIntersection())
20