aboutsummaryrefslogtreecommitdiff
path: root/snippets/python/pydef.py
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2017-03-01 04:14:06 +0000
committerCody Hiar <codyfh@gmail.com>2017-03-01 04:14:06 +0000
commitf95311ce4de26cf2c2db14906410f55589fab0a8 (patch)
tree1b7ace85a73b6a2f9a9b920311a660c5b6537252 /snippets/python/pydef.py
parent5fcd5c3ab60bde0d43367e4243512450a2f83091 (diff)
Adding some snippet functionality, reduce typing
Diffstat (limited to 'snippets/python/pydef.py')
-rw-r--r--snippets/python/pydef.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/snippets/python/pydef.py b/snippets/python/pydef.py
new file mode 100644
index 0000000..a3d8224
--- /dev/null
+++ b/snippets/python/pydef.py
@@ -0,0 +1,12 @@
+def jump(jump):
+ """jump.
+
+ jump
+
+ Args:
+ jump (jump_type): jump_desc
+ Example: jump
+
+ Return:
+ jump_type: jump_desc
+ """