1 parent 49116db commit a36602fCopy full SHA for a36602f
1 file changed
snippets/python.json
@@ -160,6 +160,14 @@
160
],
161
"description": "Code snippet for a static class method"
162
},
163
+ "def(abstract class method)": {
164
+ "prefix": "def(abstract class method)",
165
+ "body": [
166
+ "def ${funcname}(self, ${parameter_list}):",
167
+ "\traise NotImplementedError"
168
+ ],
169
+ "description": "Code snippet for a static class method"
170
+ },
171
"class": {
172
"prefix": "class",
173
"body": [
0 commit comments