Lines Matching refs:tail
365 head, dir, tail = seq[:i], '', seq[i+1:]366 if tail[:1] in '-+':367 dir, tail = tail[:1], tail[1:]368 if not isnumeric(tail):371 count = int(tail)