§
    ¡Èóc€  ã                   ó^   — d Z ddlmZ ddlmZ ddlmZ d„ Z e e¦   «         de¦  «         dS )z"Astroid hooks for numpy ma module.é    )Úregister_module_extender©Úparse)ÚAstroidManagerc                  ó    — t          d¦  «        S )z}
    Infer the call of various numpy.ma functions.

    :param node: node to infer
    :param context: inference context
    zÑ
    import numpy.ma
    def masked_where(condition, a, copy=True):
        return numpy.ma.masked_array(a, mask=[])

    def masked_invalid(a, copy=True):
        return numpy.ma.masked_array(a, mask=[])
    r   © ó    ú<lib/python3.11/site-packages/astroid/brain/brain_numpy_ma.pyÚnumpy_ma_transformr      s   € õ ð	ñ	ô 	ð 	r	   znumpy.maN)Ú__doc__Úastroid.brain.helpersr   Úastroid.builderr   Úastroid.managerr   r   r   r	   r
   ú<module>r      sx   ðð
 )Ð (à :Ð :Ð :Ð :Ð :Ð :Ø !Ð !Ð !Ð !Ð !Ð !Ø *Ð *Ð *Ð *Ð *Ð *ðð ð ð& Ð ˜˜Ñ)Ô)¨:Ð7IÑ JÔ JÐ JÐ JÐ Jr	   