def interpret(self, match): _band_name, i, j = match.band album = IsAlbum() + ProducedBy(_band_name) name = NameOf(album) return name, ReturnValue(i, j)
def interpret(self, match): album = IsAlbum() + ProducedBy(match.band) name = NameOf(album) return name, "enum"