Boolean type¶
-
class
pyasn1.type.univ.
Boolean
(value=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection())¶ Note
The Boolean type models a BOOLEAN that can be either TRUE or FALSE.
-
clone
(value=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection())¶
-
subtype
(value=NoValue(), implicitTag=Tag(), explicitTag=Tag(), subtypeSpec=ConstraintsIntersection())¶
-
isSuperTypeOf
(other, matchTags=True, matchConstraints=True)¶ Returns true if argument is a ASN1 subtype of ourselves
-