get takes a name and a dictionary (i.e. a 3-tuple). It runs down the linked list and compares the given name with the first element of each frame in the list. If found, the corresponding value is returned. Otherwise an error is generated.