aboutsummaryrefslogtreecommitdiff
path: root/docs/source/pyasn1/type/univ/sequence.rst
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2019-08-01 16:52:43 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-08-01 16:52:43 -0700
commit3a045fe82168d39c68921e8b1a02975b12bc9631 (patch)
treeaee1e59416d533e8d5810ba0d28fc3384accb536 /docs/source/pyasn1/type/univ/sequence.rst
parent0720256d87db42867261749a6926de01ae020e1d (diff)
parent551643cee909fe7a139b82a33f967ba48dd362b2 (diff)
downloadpyasn1-3a045fe82168d39c68921e8b1a02975b12bc9631.tar.gz
Upgrade python/pyasn1 to v0.4.6 am: 7e6d5fd777
am: 551643cee9 Change-Id: I67aed2761322c7f3799515dbca8d42ca93da5a75
Diffstat (limited to 'docs/source/pyasn1/type/univ/sequence.rst')
-rw-r--r--docs/source/pyasn1/type/univ/sequence.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/source/pyasn1/type/univ/sequence.rst b/docs/source/pyasn1/type/univ/sequence.rst
index 6d2c6b5..0988004 100644
--- a/docs/source/pyasn1/type/univ/sequence.rst
+++ b/docs/source/pyasn1/type/univ/sequence.rst
@@ -6,14 +6,15 @@
|ASN.1| type
------------
-.. autoclass:: pyasn1.type.univ.Sequence(componentType=None, tagSet=tagSet(), subtypeSpec=ConstraintsIntersection(), sizeSpec=ConstraintsIntersection())
+.. autoclass:: pyasn1.type.univ.Sequence(componentType=NamedTypes(), tagSet=tagSet(), subtypeSpec=ConstraintsIntersection(), sizeSpec=ConstraintsIntersection())
:members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, componentType, subtypeSpec, sizeSpec, getComponentByPosition,
- setComponentByPosition, getComponentByName, setComponentByName, setDefaultComponents
+ setComponentByPosition, getComponentByName, setComponentByName, setDefaultComponents,
+ clear, reset
.. 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=None, tagSet=tagSet(), subtypeSpec=ConstraintsIntersection())
- .. automethod:: pyasn1.type.univ.Sequence.subtype(componentType=None, implicitTag=Tag(), explicitTag=Tag(),subtypeSpec=ConstraintsIntersection())
+ .. 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())