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.
2 parents 31e42b5 + cea5b6c commit e2a67cfCopy full SHA for e2a67cf
README.md
@@ -36,7 +36,7 @@ Thanks!
36
| tryef | try:except:else:finally: |
37
| trye | try:except:else: |
38
| tryf | try:except:finally: |
39
-| . | self |
+| s | self |
40
| __ | __magic__ |
41
| ifmain | if __name__ == "__main__" |
42
snippets/base.json
@@ -142,7 +142,7 @@
142
"description" : "Code Snippet for a try/except/finally."
143
},
144
"self": {
145
- "prefix": ".",
+ "prefix": "s",
146
"body": "self.$0",
147
"description" : "Shortend snippet to reference the self property in an object."
148
0 commit comments