Skip to content

\romannumeral

yex.keyword.Romannumeral(where, n) #

Source code in yex/keyword/number.py
19
20
21
@control()
def Romannumeral(where: yex.parse.Location, n: int):
    return _str_to_parser(where, roman.toRoman(n).lower())