
    c                     >    d Z ddlmZ ddlmZ  G d de          ZdS )z3The SimpleStatus type, a status with no extra info.    )absolute_import)Statusc                   N    e Zd ZddZd Zd Zed             Zed             ZdS )	SimpleStatus c                 J    || _         || _        t          |          | _        dS )zSimple Status.N)_success_descriptionlist_errors)selfsuccessdescriptionerrorss       Glib/python3.11/site-packages/anaconda_project/internal/simple_status.py__init__zSimpleStatus.__init__   s"    'F||    c                     | j         S N)r	   r   s    r   __bool__zSimpleStatus.__bool__   s
    }r   c                 *    |                                  S r   )r   r   s    r   __nonzero__zSimpleStatus.__nonzero__   s    }}r   c                     | j         S r   )r
   r   s    r   status_descriptionzSimpleStatus.status_description   s      r   c                     | j         S r   )r   r   s    r   r   zSimpleStatus.errors   s
    |r   N)r   )	__name__
__module____qualname__r   r   r   propertyr   r   r   r   r   r   r      s|        $ $ $ $     ! ! X!   X  r   r   N)__doc__
__future__r   anaconda_project.statusr   r   r   r   r   <module>r$      se    : 9 & & & & & & * * * * * *    6     r   