aboutsummaryrefslogtreecommitdiff
path: root/docs/source/pyasn1/type/univ/set.rst
blob: 5c75938d5c650aa39e5b40cee5b3dc9df2dedfb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

.. _univ.Set:

.. |ASN.1| replace:: Set

|ASN.1| type
------------

.. autoclass:: pyasn1.type.univ.Set(componentType=None, tagSet=TagSet(), subtypeSpec=ConstraintsIntersection(), sizeSpec=ConstraintsIntersection())
   :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, componentType, subtypeSpec, sizeSpec,
             getComponentByPosition, setComponentByPosition, getComponentByName, setComponentByName, setDefaultComponents,
             getComponentByType, setComponentByType

   .. note::

        The |ASN.1| type models a collection of named ASN.1 components.
        Ordering of the components **is not** preserved upon de/serialisation.

   .. automethod:: pyasn1.type.univ.Set.clone(componentType=None, tagSet=TagSet(), subtypeSpec=ConstraintsIntersection())
   .. automethod:: pyasn1.type.univ.Set.subtype(componentType=None, implicitTag=Tag(), explicitTag=Tag(),subtypeSpec=ConstraintsIntersection())