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 1cd04c9 commit 9803bbdCopy full SHA for 9803bbd
python/extractor/tests/parser/class.py
@@ -1,2 +1,2 @@
1
-class Foo(int, object, metaclass=type):
+class Foo(int, object, metaclass=type, **kwargs):
2
x = 5
0 commit comments