\number yex.keyword.Number(where, n) # Source code in yex/keyword/number.py 15 16 17@control() def Number(where: yex.parse.Location, n: int): return _str_to_parser(where, str(n))