Coverage for /opt/homebrew/lib/python3.11/site-packages/numpy/_distributor_init.py: 100%

0 statements  

« prev     ^ index     » next       coverage.py v7.2.3, created at 2023-05-04 13:14 +0700

1""" Distributor init file 

2 

3Distributors: you can add custom code here to support particular distributions 

4of numpy. 

5 

6For example, this is a good place to put any checks for hardware requirements. 

7 

8The numpy standard source distribution will not put code in this file, so you 

9can safely replace this file with your own version. 

10"""