Initial commit.
This commit is contained in:
2
vim/snippets/python/get.snippet
Executable file
2
vim/snippets/python/get.snippet
Executable file
@@ -0,0 +1,2 @@
|
||||
def get_${1:name}(self):
|
||||
return self._$1
|
||||
Reference in New Issue
Block a user