krO
x Z d Z ddlmZ dgZd Zd Zd Zd Zd Z d Z
G d
d ZdS )zEMixin classes for custom array types that don't inherit from ndarray. )umathNDArrayOperatorsMixinc 8 | j du S # t $ r Y dS w xY w)z)True when __array_ufunc__ is set to None.NF)__array_ufunc__AttributeError)objs d/builddir/build/BUILD/cloudlinux-venv-1.0.10/venv/lib64/python3.11/site-packages/numpy/lib/mixins.py_disables_array_ufuncr
s7 "d** uus
c F fd}d | |_ |S )z>Implement a forward binary method with a ufunc, e.g., __add__.c H t | rt S | | S Nr
NotImplementedselfotherufuncs r funcz_binary_method.