
    ,Vh                     4    d Z ddlmZ ddlmZ d Zg dZd Zy)	z
The `numpy.core` submodule exists solely for backward compatibility
purposes. The original `core` was renamed to `_core` and made private.
`numpy.core` will be removed in the future.
    )_core   )_raise_warningc                 6    t        | |g      }t        ||      S )N)fromlist)
__import__getattr)modulenamemods      C/home/dcms/DCMS/lib/python3.12/site-packages/numpy/core/__init__.py_ufunc_reconstructr      s    
 Vtf
-C3    )
arrayprintdefchararray_dtype_ctypes_dtype
einsumfuncfromnumericfunction_base	getlimits	_internal
multiarray_multiarray_umathnumericnumerictypes	overridesrecords
shape_baseumathc                 <    t        t        |       }t        |        |S )N)r	   r   r   )	attr_nameattrs     r   __getattr__r$      s    5)$D9Kr   N)__doc__numpyr   _utilsr   r   __all__r$    r   r   <module>r*      s$   
  "J
r   