Skip to content
Open
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
lint
  • Loading branch information
glemaitre committed Feb 26, 2025
commit 695373b833b2937e4c703d44fab5eb54a9e1eaa7
1 change: 1 addition & 0 deletions joblib/parallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -963,6 +963,7 @@ def effective_n_jobs(n_jobs=-1):

_CALL_CONTEXT = []


def register_call_context(context_name, context, prepend=False):
"""Register a new call context to be executed before the function
execution.
Expand Down