mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Merge pull request #3537 from fanninpm/itertools-combinations
Allow kwargs in itertools.combinations() signature
This commit is contained in:
@@ -1163,9 +1163,9 @@ mod decl {
|
||||
|
||||
#[derive(FromArgs)]
|
||||
struct CombinationsNewArgs {
|
||||
#[pyarg(positional)]
|
||||
#[pyarg(any)]
|
||||
iterable: PyObjectRef,
|
||||
#[pyarg(positional)]
|
||||
#[pyarg(any)]
|
||||
r: PyIntRef,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user