Commit 32fea88
committed
fix(typings): Improve
The `ic` debugger's `__call__` method accepts arbitrary keyword arguments for configuration. The previous type stubs for `_IceCreamDebugger.__call__` did not include `**kwargs`, which could lead to type checking errors when `ic` was used with keyword arguments. This change updates the overloads to correctly reflect the accepted arguments.ic debugger type hints to include **kwargs
1 parent 97e9a62 commit 32fea88
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments