• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2.. _char.VideotexString:
3
4.. |ASN.1| replace:: VideotexString
5
6.. |encoding| replace:: iso-8859-1
7
8|ASN.1| type
9------------
10
11.. autoclass:: pyasn1.type.char.VideotexString(value=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection(), encoding='us-ascii')
12   :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap
13
14   .. note::
15
16       The |ASN.1| type models character string that can be consumed by sophisticated video
17       terminals (by 20-th century standards) to render ascii-art style pictures and animations.
18
19   .. automethod:: pyasn1.type.char.VideotexString.clone(value=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection(), encoding='us-ascii')
20   .. automethod:: pyasn1.type.char.VideotexString.subtype(value=NoValue(), implicitTag=Tag(), explicitTag=Tag(),subtypeSpec=ConstraintsIntersection(), encoding='us-ascii')
21