aboutsummaryrefslogtreecommitdiff
path: root/docs/source/pyasn1/type/univ/setof.rst
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2019-08-01 16:39:49 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-08-01 16:39:49 -0700
commit551643cee909fe7a139b82a33f967ba48dd362b2 (patch)
treeaee1e59416d533e8d5810ba0d28fc3384accb536 /docs/source/pyasn1/type/univ/setof.rst
parent0a1064c04cbd72b53bb14ee5fbb17c5cfa8eef87 (diff)
parent7e6d5fd7770243139167e4266ab144be13238b26 (diff)
downloadpyasn1-551643cee909fe7a139b82a33f967ba48dd362b2.tar.gz
Upgrade python/pyasn1 to v0.4.6
am: 7e6d5fd777 Change-Id: Ic18f542a2d34010f5c6bb149e015908e18785a54
Diffstat (limited to 'docs/source/pyasn1/type/univ/setof.rst')
-rw-r--r--docs/source/pyasn1/type/univ/setof.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/pyasn1/type/univ/setof.rst b/docs/source/pyasn1/type/univ/setof.rst
index 0317f4a..67ef92f 100644
--- a/docs/source/pyasn1/type/univ/setof.rst
+++ b/docs/source/pyasn1/type/univ/setof.rst
@@ -6,14 +6,14 @@
|ASN.1| type
------------
-.. autoclass:: pyasn1.type.univ.SetOf(componentType=None, tagSet=TagSet(), subtypeSpec=ConstraintsIntersection(), sizeSpec=ConstraintsIntersection())
+.. autoclass:: pyasn1.type.univ.SetOf(componentType=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection(), sizeSpec=ConstraintsIntersection())
:members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, componentType, subtypeSpec, sizeSpec,
-  getComponentByPosition, setComponentByPosition
+  getComponentByPosition, setComponentByPosition, clear, reset
.. note::
The |ASN.1| type models a collection of elements of a single ASN.1 type.
Ordering of the components **is not** preserved upon de/serialisation.
- .. automethod:: pyasn1.type.univ.SetOf.clone(componentType=None, tagSet=TagSet(), subtypeSpec=ConstraintsIntersection())
- .. automethod:: pyasn1.type.univ.SetOf.subtype(componentType=None, implicitTag=Tag(), explicitTag=Tag(),subtypeSpec=ConstraintsIntersection())
+ .. automethod:: pyasn1.type.univ.SetOf.clone(componentType=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection())
+ .. automethod:: pyasn1.type.univ.SetOf.subtype(componentType=NoValue(), implicitTag=Tag(), explicitTag=Tag(),subtypeSpec=ConstraintsIntersection())