# -*- mode: python -*-
# name: first-only
# key: fo
# --
$0 = next(filter(lambda x: x.__name__ == name, values), None)