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

.. _namedtype.DefaultedNamedType:

.. |NamedType| replace:: DefaultedNamedType

DefaultedNamedType
------------------

.. autoclass:: pyasn1.type.namedtype.DefaultedNamedType
   :members:

   .. note::

        The *DefaultedNamedType* class models named field of a constructed
        ASN.1 type which has a default value.

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