summaryrefslogtreecommitdiff
path: root/snippets/python-mode/numpy-testing
blob: fbfb238a7265d29cae4f6a1f1b1109404b908518 (plain)
1
2
3
4
5
6
7
# -*- mode: snippet -*-
# name: numpy testing
# key: npt
# group: imports
# --
import numpy.testing as npt
$0