aboutsummaryrefslogtreecommitdiff
path: root/docs/source/pyasn1/type/namedtype/namedtypes.rst
blob: 2e2bb9dfd86593579314f939679521647cec6b91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

.. _namedtype.NamedTypes:

NamedTypes
----------

.. autoclass:: pyasn1.type.namedtype.NamedTypes
   :members:

   .. note::

        The *NamedTypes* objects are normally utilized by the
        constructed ASN.1 types (e.g. :ref:`Sequence <univ.Sequence>`,
        :ref:`Set <univ.Set>` and :ref:`Choice <univ.Choice>`) to model
        the set of fields of those types.