aboutsummaryrefslogtreecommitdiff
path: root/docs/source/pyasn1/type/univ/set.rst
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-10-11 22:09:14 +0200
committerGitHub <noreply@github.com>2017-10-11 22:09:14 +0200
commita7d88710444459a9b634a9a0735221b80ceb68c3 (patch)
tree9fe5e0cb41a2d7098499729092e3b022f53730f6 /docs/source/pyasn1/type/univ/set.rst
parent368d2efaf46a863f8c75ddf9878a5559f246a00a (diff)
downloadpyasn1-a7d88710444459a9b634a9a0735221b80ceb68c3.tar.gz
Docs rearrangement (#88)
Docs rearranged, simplified and reworded, Sphinx theme changed.
Diffstat (limited to 'docs/source/pyasn1/type/univ/set.rst')
-rw-r--r--docs/source/pyasn1/type/univ/set.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/source/pyasn1/type/univ/set.rst b/docs/source/pyasn1/type/univ/set.rst
new file mode 100644
index 0000000..6216210
--- /dev/null
+++ b/docs/source/pyasn1/type/univ/set.rst
@@ -0,0 +1,18 @@
+
+.. |ASN.1| replace:: Set
+
+|ASN.1| type
+------------
+
+.. autoclass:: pyasn1.type.univ.Set(componentType=None, tagSet=TagSet(), subtypeSpec=ConstraintsIntersection(), sizeSpec=ConstraintsIntersection())
+ :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, componentType, subtypeSpec, sizeSpec,
+ getComponentByPosition, setComponentByPosition, getComponentByName, setComponentByName, setDefaultComponents,
+ getComponentByType, setComponentByType
+
+ .. note::
+
+ The |ASN.1| type models a collection of named ASN.1 components.
+ Ordering of the components **is not** preserved upon de/serialization.
+
+ .. 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())