aboutsummaryrefslogtreecommitdiff
path: root/docs/source/pyasn1/type/univ/set.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/set.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/set.rst')
-rw-r--r--docs/source/pyasn1/type/univ/set.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/pyasn1/type/univ/set.rst b/docs/source/pyasn1/type/univ/set.rst
index 5c75938..792d2e9 100644
--- a/docs/source/pyasn1/type/univ/set.rst
+++ b/docs/source/pyasn1/type/univ/set.rst
@@ -6,15 +6,15 @@
|ASN.1| type
------------
-.. autoclass:: pyasn1.type.univ.Set(componentType=None, tagSet=TagSet(), subtypeSpec=ConstraintsIntersection(), sizeSpec=ConstraintsIntersection())
+.. autoclass:: pyasn1.type.univ.Set(componentType=NamedTypes(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection(), sizeSpec=ConstraintsIntersection())
:members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, componentType, subtypeSpec, sizeSpec,
getComponentByPosition, setComponentByPosition, getComponentByName, setComponentByName, setDefaultComponents,
- getComponentByType, setComponentByType
+ getComponentByType, setComponentByType, clear, reset
.. 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())
+ .. automethod:: pyasn1.type.univ.Set.clone(componentType=NamedTypes(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection())
+ .. automethod:: pyasn1.type.univ.Set.subtype(componentType=NamedTypes(), implicitTag=Tag(), explicitTag=Tag(),subtypeSpec=ConstraintsIntersection())