Real type¶
-
class
pyasn1.type.univ.
Real
(value=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection())¶ Note
The Real type models a rational number of arbitrary precision.
-
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
-