Coverage for 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
""" Distributor init file
Distributors: you can add custom code here to support particular distributions of scipy.
For example, this is a good place to put any checks for hardware requirements.
The scipy standard source distribution will not put code in this file, so you can safely replace this file with your own version. """ |