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