summaryrefslogtreecommitdiff
path: root/docs/source/pyasn1/type/namedtype/namedtype.rst
blob: 7429ffabfb29ac56d22c8c0093a37a96dc336909 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

.. _namedtype.NamedType:

.. |NamedType| replace:: NamedType

NamedType
---------

.. autoclass:: pyasn1.type.namedtype.NamedType
   :members:

   .. note::

        The *NamedType* class models a mandatory field of a constructed
        ASN.1 type.

        The *NamedType* objects are normally utilized by the
        the :ref:`NamedTypes <namedtype.NamedTypes>` objects
        to model individual fields of the constructed ASN.1
        types.