def _new_format()

in pyspark_huggingface/compat/datasource.py [0:0]


    def _new_format(self: _DataFrameWriter, source: str) -> _DataFrameWriter:
        self._format = source
        return _orig_writer_format(self, source)