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 40d81fd commit 8b33611Copy full SHA for 8b33611
test_foo.py
@@ -0,0 +1,3 @@
1
+def foo(a=3, *, c, d=2):
2
+ pass
3
+foo()
0 commit comments