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

.. _opentype.OpenType:

.. |OpenType| replace:: OpenType

|OpenType|
-----------

.. autoclass:: pyasn1.type.opentype.OpenType
   :members:

   .. note::

        The |OpenType| class models an untyped field of a constructed ASN.1
        type. In ASN.1 syntax it is usually represented by the
        `ANY DEFINED BY` clause. Typically used with :ref:`Any <univ.Any>`
        type.