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

.. _univ.Sequence:

.. |ASN.1| replace:: Sequence

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

.. autoclass:: pyasn1.type.univ.Sequence(componentType=NamedTypes(), tagSet=tagSet(), subtypeSpec=ConstraintsIntersection())
   :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, componentType, subtypeSpec, getComponentByPosition,
             setComponentByPosition, getComponentByName, setComponentByName, setDefaultComponents,
             clear, reset, isInconsistent

   .. note::

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

   .. automethod:: pyasn1.type.univ.Sequence.clone(componentType=NamedTypes(), tagSet=tagSet(), subtypeSpec=ConstraintsIntersection())
   .. automethod:: pyasn1.type.univ.Sequence.subtype(componentType=NamedTypes(), implicitTag=Tag(), explicitTag=Tag(),subtypeSpec=ConstraintsIntersection())