summaryrefslogtreecommitdiff
path: root/doc/source/docs/type/univ/boolean.rst
blob: c486bd04420c749f106917c8796f07b06a9f447f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

.. |ASN.1| replace:: Boolean

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

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

   .. note::

       The |ASN.1| type models a BOOLEAN that can be either TRUE or FALSE.

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