yex.parse.Subscript
yex.parse.Subscript(ch, location=None)
#
A character that produces subscript text.
By default, this is _.
Source code in yex/parse/token.py
106 107 108 109 110 111 112 113 114 | |