diff options
Diffstat (limited to 'snippets/python-mode/numpy-testing')
-rw-r--r-- | snippets/python-mode/numpy-testing | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/snippets/python-mode/numpy-testing b/snippets/python-mode/numpy-testing new file mode 100644 index 0000000..fbfb238 --- /dev/null +++ b/snippets/python-mode/numpy-testing @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: numpy testing +# key: npt +# group: imports +# -- +import numpy.testing as npt +$0 |