Hide keyboard shortcuts

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=========================================== 

4 

5The ``scipy._lib`` namespace is empty (for now). Tests for all 

6utilities in submodules of ``_lib`` can be run with:: 

7 

8 from scipy import _lib 

9 _lib.test() 

10 

11""" 

12from scipy._lib._testutils import PytestTester 

13test = PytestTester(__name__) 

14del PytestTester