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