aboutsummaryrefslogtreecommitdiff
path: root/docs/source/pyasn1/type/tag/tag.rst
blob: 3aeb6703f5d2c0ff1d07af1f21cdce78e38f2a52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

.. _tag.tag:

Solitary tag
------------

.. automodule:: pyasn1.type.tag
   :members: tagClassUniversal, tagClassApplication, tagClassContext,
             tagClassPrivate, tagFormatSimple, tagFormatConstructed

.. autoclass:: pyasn1.type.tag.Tag
   :members:

   .. note::

       The *Tag* objects are normally used by the
       :ref:`TagSet <tag.TagSet>`, objects to model a collection
       of ASN.1 tags.