Describe the issue:
sliding_window_view is a public function, but it is inaccessible to type checkers.
Reproduce the code example:
import numpy as np
np.lib.stride_tricks.sliding_window_view
Error message:
pyright: "stride_tricks" is not a known member of module (reportGeneralTypeIssues)
NumPy/Python version information:
1.22.3 3.10.2 (v3.10.2:a58ebcc, Mar 10 2022, 19:36:59) [GCC 9.4.0]