Given a DaySummary instance , to look up a
location code string D, use this method call:
s
D.lookupLoc(s)
If the code is defined, the method returns its definition
as a Loc instance; see Section 11, “class Loc: Locality code definition”. If the code is undefined, it raises
a KeyError exception.