def construct_yaml_seq(self, node):
        data = []
        yield data
        data.extend(self.construct_sequence(node))