def _write_file()

in community-artifacts/Deep-learning/Utilities/madlib_image_loader.py [0:0]


    def _write_file(self, file_object, data):
        lines = self._gen_lines(data)
        file_object.writelines(lines)