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 71edd79 commit 05e5e3aCopy full SHA for 05e5e3a
.vscode/docstring_template.mustache
@@ -4,7 +4,8 @@
4
{{#args}}
5
{{var}} ({{typePlaceholder}}): {{descriptionPlaceholder}}
6
{{/args}}{{/argsExist}}
7
-{{#kwargsExist}}{{#kwargs}}
+{{#kwargsExist}}Args:
8
+{{#kwargs}}
9
{{var}} ({{typePlaceholder}}, optional): {{descriptionPlaceholder}} Defaults to {{&default}}
10
{{/kwargs}}
11
**kw (dict, optional): Arbitrary keyword arguments for secondary parameters.
0 commit comments