TeletexString type

class pyasn1.type.char.TeletexString(value=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection(), encoding='us-ascii')

Note

The TeletexString type models character string that can be entered from a sophisticated text processing machines (by 20-th century standards) featuring letters from multiple alphabets (308 characters!), digits, punctuation marks and escape sequences.

clone(value=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection(), encoding='us-ascii')
subtype(value=NoValue(), implicitTag=Tag(), explicitTag=Tag(), subtypeSpec=ConstraintsIntersection(), encoding='us-ascii')
isSuperTypeOf(other, matchTags=True, matchConstraints=True)

Returns true if argument is a ASN1 subtype of ourselves