1
2.. _tag.tag:
3
4Solitary tag
5------------
6
7.. automodule:: pyasn1.type.tag
8   :members: tagClassUniversal, tagClassApplication, tagClassContext,
9             tagClassPrivate, tagFormatSimple, tagFormatConstructed
10
11.. autoclass:: pyasn1.type.tag.Tag
12   :members:
13
14   .. note::
15
16       The *Tag* objects are normally used by the
17       :ref:`TagSet <tag.TagSet>`, objects to model a collection
18       of ASN.1 tags.
19