• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2.. _char.NumericString:
3
4.. |ASN.1| replace:: NumericString
5
6.. |encoding| replace:: us-ascii
7
8|ASN.1| type
9------------
10
11.. autoclass:: pyasn1.type.char.NumericString(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| models character string that can be entered from a telephone handset.
17
18   .. automethod:: pyasn1.type.char.NumericString.clone(value=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection(), encoding='us-ascii')
19   .. automethod:: pyasn1.type.char.NumericString.subtype(value=NoValue(), implicitTag=Tag(), explicitTag=Tag(),subtypeSpec=ConstraintsIntersection(), encoding='us-ascii')
20