Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/numpy/lib/__pycache__/__init__.cpython-39.pyc
Ðазад
a e�h� � @ s" d Z ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlm Z dd lm Z dd lmZ ddlmZ ddlm Z dd lmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlT ddlT ddlT ddlT ddl T ddl T ddlT ddlT ddl T ddlT ddlT ddlT ddlT ddlmZ ddlT ddlT ddlmZ g d�Zeej7 Zeej7 Zeej7 Zee j7 Zee j7 Zeej7 Zeej7 Zeej7 Zeej7 Zeej7 Zeej7 Zeej7 Zeej7 Zee j7 ZddlmZ ee�Z[dd� ZdS )a� **Note:** almost all functions in the ``numpy.lib`` namespace are also present in the main ``numpy`` namespace. Please use the functions as ``np.<funcname>`` where possible. ``numpy.lib`` is mostly a space for implementing functions that don't belong in core or in another NumPy submodule with a clear purpose (e.g. ``random``, ``fft``, ``linalg``, ``ma``). Most contains basic functions that are used by several submodules and are useful to have in the main name-space. � )�mixins)�scimath)� type_check)�index_tricks)� function_base)�nanfunctions)� shape_base)� stride_tricks)�twodim_base)� ufunclike)� histograms)� polynomial)�utils)�arraysetops)�npyio)�arrayterator)�arraypad)�_version)�*)�Arrayterator� )�tracemalloc_domain)�emathr r )�PytestTesterc C s@ dd l }dd l}| dkr,|jdtdd� |S td�t| ���d S )Nr �mathz�`np.lib.math` is a deprecated alias for the standard library `math` module (Deprecated Numpy 1.25). Replace usages of `numpy.lib.math` with `math`� )� stacklevelz!module {!r} has no attribute {!r})r �warnings�warn�DeprecationWarning�AttributeError�format�__name__)�attrr r � r$ ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/numpy/lib/__init__.py�__getattr__N s ��r&