def _new_format()

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


    def _new_format(self: _DataFrameReader, source: str) -> _DataFrameReader:
        self._format = source
        return _orig_reader_format(self, source)