diff options
author | Griffin Smith <root@gws.fyi> | 2020-05-18T15·31-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-05-18T15·31-0400 |
commit | 9a5c75e431809b147d4dab53d7440af1214a7b62 (patch) | |
tree | 62ef67964840bcf6c581b10fb95d6c9b9ec66626 /snippets/python-mode | |
parent | 35c76e7098111ed0d84aef1bd09f7025ce728b87 (diff) |
__snippet__
Diffstat (limited to 'snippets/python-mode')
-rw-r--r-- | snippets/python-mode/dunder | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/snippets/python-mode/dunder b/snippets/python-mode/dunder new file mode 100644 index 000000000000..c49ec40a15cc --- /dev/null +++ b/snippets/python-mode/dunder @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: dunder +# uuid: +# key: du +# condition: t +# -- +__$1__$0 \ No newline at end of file |