Current Path :
/
opt
/
alt
/
python35
/
lib64
/
python3.5
/
site-packages
/
scipy
/
_lib
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//opt/alt/python35/lib64/python3.5/site-packages/scipy/_lib/__init__.py
""" Module containing private utility functions =========================================== The ``scipy._lib`` namespace is empty (for now). Tests for all utilities in submodules of ``_lib`` can be run with:: from scipy import _lib _lib.test() """ from __future__ import division, print_function, absolute_import from numpy.testing import Tester test = Tester().test