We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d9e77c commit e474b42Copy full SHA for e474b42
docs/guide.md
@@ -760,6 +760,11 @@ argument to your slice source.
760
- `dict`: keyword arguments only;
761
- Any other type is interpreted as single positional argument.
762
763
+You can also pass extra keyword arguments to your slice source using the
764
+`slice_source_kwargs` setting. Its properties are passed as keyword arguments to
765
+every slice source invocation. Keyword arguments passed as slice items with same name
766
+as in `slice_source_kwargs` take precedence.
767
+
768
In addition, your slice source function or class constructor specified by
769
`slice_source` may define a 1st positional argument or keyword argument
770
named `ctx`, which will receive the current processing context of type
0 commit comments