관리-도구
편집 파일: stride_tricks.cpython-311.pyc
� �܋f�E � �H � d Z ddlZddlmZ ddlmZmZ g d�Z G d� d� � Z d� Z dd�Zdddd�d �Z ee� � dd d d�d�� � Z d� Zdd�Z eed�� � dd�� � Zd� Z ed� � d� � � Zdd�d�Z eed�� � d d�d�� � ZdS )z� Utilities that manipulate strides to achieve desirable effects. An explanation of strides can be found in the "ndarray.rst" file in the NumPy reference guide. � N)�normalize_axis_tuple)�array_function_dispatch� set_module)�broadcast_to�broadcast_arrays�broadcast_shapesc � � e Zd ZdZdd�ZdS )� DummyArrayz�Dummy object that just exists to hang __array_interface__ dictionaries and possibly keep alive a reference to a base array. Nc �"