Skip to content

Commit e474b42

Browse files
committed
updated docs
1 parent 2d9e77c commit e474b42

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/guide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,11 @@ argument to your slice source.
760760
- `dict`: keyword arguments only;
761761
- Any other type is interpreted as single positional argument.
762762

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+
763768
In addition, your slice source function or class constructor specified by
764769
`slice_source` may define a 1st positional argument or keyword argument
765770
named `ctx`, which will receive the current processing context of type

0 commit comments

Comments
 (0)