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 fea2ddc commit 7f65658Copy full SHA for 7f65658
snippets/python.snippets
@@ -205,4 +205,4 @@ snippet dol
205
def ${1:__init__}(self, *args, **kwargs):
206
super(${0:ClassName}, self).$1(*args, **kwargs)
207
snippet kwg
208
- self.${1:var_name} = kwargs.get('$1', ${2:None})${0:}
+ self.${1:var_name} = kwargs.get('$1', ${2:None})
0 commit comments