This pull request introduces several updates across multiple files to improve compatibility with Python 3.12 and enhance code clarity. The main changes include updating to OooDev 0.48.1 and adding the override decorator for method overrides and updating method signatures for consistency.
This pull request introduces several updates across multiple files to improve compatibility with Python 3.12 and enhance code clarity. The main changes include updating to OooDev 0.48.1 and adding the
override
decorator for method overrides and updating method signatures for consistency.This commit fixes issue 24.
Compatibility and Code Clarity Improvements:
override
Decorator:oxt/ext_code/jobs/focus_job.py
: Addedoverride
decorator to theexecute
method and updated argument names for clarity. [1] [2] [3]oxt/ext_code/jobs/loading_job.py
: Addedoverride
decorator to theexecute
method and updated argument names for clarity. [1] [2] [3] [4]oxt/ext_code/jobs/log_window_job.py
: Addedoverride
decorator to theexecute
method and updated argument names for clarity. [1] [2]oxt/ext_code/jobs/saving_job.py
: Addedoverride
decorator to theexecute
method and updated argument names for clarity. [1] [2] [3]oxt/ext_code/jobs/unloading_job.py
: Addedoverride
decorator to theexecute
method and updated argument names for clarity. [1] [2] [3]oxt/ext_code/jobs/view_job.py
: Addedoverride
decorator to theexecute
method and updated argument names for clarity. [1] [2]oxt/pythonpath/libre_pythonista_lib/cell/array/array_df.py
: Addedoverride
decorator to theget_rows_cols
method. [1] [2]oxt/pythonpath/libre_pythonista_lib/cell/array/array_ds.py
: Addedoverride
decorator to theget_rows_cols
method. [1] [2]oxt/pythonpath/libre_pythonista_lib/cell/array/array_tbl.py
: Addedoverride
decorator to theget_rows_cols
method. [1] [2]oxt/pythonpath/libre_pythonista_lib/cell/ctl/cell_control.py
: Addedoverride
decorator to several methods for better code clarity. [1] [2] [3] [4]oxt/pythonpath/libre_pythonista_lib/cell/ctl/cell_img.py
: Addedoverride
decorator to several methods for better code clarity. [1] [2] [3] [4] [5]