Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/numpy/matrixlib/__init__.py: 100%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

6 statements  

1"""Sub-package containing the matrix class and related functions. 

2 

3""" 

4from . import defmatrix 

5from .defmatrix import * 

6 

7__all__ = defmatrix.__all__ 

8 

9from numpy._pytesttester import PytestTester 

10test = PytestTester(__name__) 

11del PytestTester