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

.. _univ.SequenceOf:

.. |ASN.1| replace:: SequenceOf

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

.. autoclass:: pyasn1.type.univ.SequenceOf(componentType=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection(), sizeSpec=ConstraintsIntersection())
   :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, componentType, subtypeSpec, sizeSpec,
             getComponentByPosition, setComponentByPosition

   .. note::

       The |ASN.1| type models a collection of elements of a single ASN.1 type.
       Ordering of the components **is** preserved upon de/serialisation.
        
   .. automethod:: pyasn1.type.univ.SequenceOf.clone(componentType=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection())
   .. automethod:: pyasn1.type.univ.SequenceOf.subtype(componentType=NoValue(), implicitTag=Tag(), explicitTag=Tag(),subtypeSpec=ConstraintsIntersection())