1 2 3 4 5 6 7 8
""" numpy.lib — top-level shim that re-exports the most-commonly-used helpers. """ # These will be populated by Rust-side injection of the submodules. # We expose stride_tricks at the same level numpy.lib does. __all__ = ["stride_tricks"]