aboutsummaryrefslogtreecommitdiff
path: root/docs/source/pyasn1/type/univ/set.rst
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2019-07-09 00:18:00 +0200
committerGitHub <noreply@github.com>2019-07-09 00:18:00 +0200
commitcf9b3f5f67501b85296c05456bbd324352177718 (patch)
tree02d8ae96bfbcd56323427351eab78b8185b42eb3 /docs/source/pyasn1/type/univ/set.rst
parent954629f0ba38d9ba26744daba36d97b352ebb721 (diff)
downloadpyasn1-cf9b3f5f67501b85296c05456bbd324352177718.tar.gz
Add more docs on `OpenType` (#166)
This change adds more explanations and examples on ASN.1 ANY DEFINED BY syntax (OpenType).
Diffstat (limited to 'docs/source/pyasn1/type/univ/set.rst')
-rw-r--r--docs/source/pyasn1/type/univ/set.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/pyasn1/type/univ/set.rst b/docs/source/pyasn1/type/univ/set.rst
index 5c75938..229525a 100644
--- a/docs/source/pyasn1/type/univ/set.rst
+++ b/docs/source/pyasn1/type/univ/set.rst
@@ -6,7 +6,7 @@
|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
@@ -16,5 +16,5 @@
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())