1 2.. _univ.Boolean: 3 4.. |ASN.1| replace:: Boolean 5 6|ASN.1| type 7------------ 8 9.. autoclass:: pyasn1.type.univ.Boolean(value=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection()) 10 :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, subtypeSpec 11 12 .. note:: 13 14 The |ASN.1| type models a BOOLEAN that can be either TRUE or FALSE. 15 16 .. automethod:: pyasn1.type.univ.Boolean.clone(value=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection()) 17 .. automethod:: pyasn1.type.univ.Boolean.subtype(value=NoValue(), implicitTag=Tag(), explicitTag=Tag(), subtypeSpec=ConstraintsIntersection()) 18