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