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

.. _univ.Null:

.. |ASN.1| replace:: Null

|ASN.1| type
------------

.. autoclass:: pyasn1.type.univ.Null(value=NoValue(), tagSet=TagSet())
   :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, subtypeSpec

   .. note::

       The |ASN.1| type models ASN.1 NULL.

   .. automethod:: pyasn1.type.univ.Null.clone(value=NoValue(), tagSet=TagSet())
   .. automethod:: pyasn1.type.univ.Null.subtype(value=NoValue(), implicitTag=Tag(), explicitTag=Tag())