def items()

in amazon_polly_async_batch/config.py [0:0]


    def items(self):
        """
        Return the items of work, with all the attributes properly set
        """
        for x in self.c.get('items', []):
            yield self.build_item(x, self.defaults())