From adb934701975f6b0214475d1a8d0d1ce727b9d4d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 16:32:59 +0200 Subject: Adding upstream version 3.38.1. Signed-off-by: Daniel Baumann --- plugins/snippets/data/python.xml | 112 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 plugins/snippets/data/python.xml (limited to 'plugins/snippets/data/python.xml') diff --git a/plugins/snippets/data/python.xml b/plugins/snippets/data/python.xml new file mode 100644 index 0000000..a25617b --- /dev/null +++ b/plugins/snippets/data/python.xml @@ -0,0 +1,112 @@ + + + + + #!/usr/bin/env python + py + + + + New Function + def + + + + doc string + doc + + + + New Get Method + get + + + + New Class + class + + + + for loop + for + + + + from + from + + + + if + if + + + + elif + elif + + + + else + else + + + + while + while loop + + + + 2]]> + Inside String: Insert "…" + + + + apostrophe]]> + Inside String: Insert '…' + + + + self + . + + + + New Set Method + set + + + + try + Try... Except + + + + main + main + + -- cgit v1.2.3