Lines Matching full:last
96 These are of the form '<Name, First>' or '<Name, Last>'.
99 code value in the range and one for the last.
101 and the second is '<Name, Last>'.
104 '<Name, Last>' => ('Name', 'Last')
111 pair: name and ('First', 'Last', or None)
114 match = re.match("<(.*), (First|Last)>", s)
159 expect_last = None # tag expected for "Last" line in multiline range
188 # If the last line gave the First code in a range,
189 # this one had better give the Last one.
191 cont != "Last" or name != expect_last):
192 raise InputError("expected Last line for %s" %
215 raise InputError("expected Last line for %s; got EOF" %