Skip to content

Commit

Permalink
fix: add _backend_args
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Jun 19, 2024
1 parent eb89012 commit ee4aeb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/joblib-stubs/parallel.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ def effective_n_jobs(n_jobs: int = ...) -> int: ...

class Parallel(Logger, typing.Generic[_R]):
_backend: ParallelBackendBase[_R]
_backend_args: dict[str, typing.Any]
verbose: int
timeout: float | None
pre_dispatch: int | str
Expand Down

0 comments on commit ee4aeb1

Please # to comment.