From 23b179ad1d3d2e07c114741dffc50a8343f0a7a6 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Tue, 9 Jul 2019 17:50:51 -0400 Subject: A bunch of new snippets --- snippets/python-mode/add_column | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 snippets/python-mode/add_column (limited to 'snippets/python-mode/add_column') diff --git a/snippets/python-mode/add_column b/snippets/python-mode/add_column new file mode 100644 index 000000000000..47e83850d5b7 --- /dev/null +++ b/snippets/python-mode/add_column @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: add_column +# key: op.add_column +# -- +op.add_column('${1:table}', sa.Column('${2:name}', sa.${3:String()}))$0 -- cgit 1.4.1