예제 #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)
예제 #2
0
 def interpret(self, match):
     album = IsAlbum() + ProducedBy(match.band)
     name = NameOf(album)
     return name, "enum"