in src/sal/search/utils.py [0:0]
def last(x): if len(x) == 0: logger.warning("empty list") return 0 return x[-1]