stouputils._deprecated module#
Deprecated functions and classes. ::deprecated:: vX.Y.Z - Description of deprecation reason and alternative (if applicable)
This module contains deprecated functions that have been replaced by new implementations These functions are retained for backward compatibility and will log deprecation warnings when used.
- super_csv_dump(
- *args: Any,
- **kwargs: Any,
Deprecated function, use
csv_dump()instead.
- super_csv_load(
- *args: Any,
- **kwargs: Any,
Deprecated function, use
csv_load()instead.
- super_json_dump(
- *args: Any,
- **kwargs: Any,
Deprecated function, use
json_dump()instead.
- super_json_load(
- *args: Any,
- **kwargs: Any,
Deprecated function, use
json_load()instead.