Beispiel #1
0
 def combine_readings(self, readings):
     """:see: ReadingCommand.combine_readings()"""
     thread_reading = reduce(add, readings)
     return resolve_anaphora(thread_reading.simplify())
 def combine_readings(self, readings):
     """:see: ReadingCommand.combine_readings()"""
     thread_reading = reduce(add, readings)
     return resolve_anaphora(thread_reading.simplify())