def _new_options()

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


    def _new_options(self: _DataFrameReader, **options) -> _DataFrameReader:
        if not hasattr(self, "_options"):
            self._options = {}
        self._options.update(options)
        return _orig_reader_options(self, **options)