Coverage for /home/martinb/.local/share/virtualenvs/camcops/lib/python3.6/site-packages/scipy/_distributor_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""" Distributor init file
3Distributors: you can add custom code here to support particular distributions
4of SciPy.
6For example, this is a good place to put any checks for hardware requirements.
8The SciPy standard source distribution will not put code in this file, so you
9can safely replace this file with your own version.
10"""