Coverage for /home/martinb/.local/share/virtualenvs/camcops/lib/python3.6/site-packages/scipy/_lib/__init__.py : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1"""
2Module containing private utility functions
3===========================================
5The ``scipy._lib`` namespace is empty (for now). Tests for all
6utilities in submodules of ``_lib`` can be run with::
8 from scipy import _lib
9 _lib.test()
11"""
12from scipy._lib._testutils import PytestTester
13test = PytestTester(__name__)
14del PytestTester