summaryrefslogtreecommitdiff
path: root/numpy/matrixlib
diff options
context:
space:
mode:
authorBas van Beek <b.f.van.beek@vu.nl>2021-07-09 10:31:02 +0200
committerBas van Beek <43369155+BvB93@users.noreply.github.com>2021-07-25 22:24:46 +0200
commit77f718c5518b25617dedbfd28d74eabc59764388 (patch)
tree4438c44d863e74f5bf0b9849662bdb69face7f58 /numpy/matrixlib
parent25e6e11a91c550fadad6250bf8701cfbd5af2d09 (diff)
downloadnumpy-77f718c5518b25617dedbfd28d74eabc59764388.tar.gz
ENH: Add `__path__` annotations to all sub-packages
Diffstat (limited to 'numpy/matrixlib')
-rw-r--r--numpy/matrixlib/__init__.pyi1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/matrixlib/__init__.pyi b/numpy/matrixlib/__init__.pyi
index 5cb4d9c65..26453f000 100644
--- a/numpy/matrixlib/__init__.pyi
+++ b/numpy/matrixlib/__init__.pyi
@@ -7,6 +7,7 @@ from numpy import (
)
__all__: List[str]
+__path__: List[str]
test: PytestTester
def bmat(obj, ldict=..., gdict=...): ...