o
    0ÎjW  ã                   @   s,   d dl Z ddlmZmZ G dd„ deƒZdS )é    Né   )Ú
BaseResultÚ	JsonMixinc                       s6   e Zd Zdeddf‡ fdd„Zdd„ Zdd	„ Z‡  ZS )
ÚIdentityResultÚdataÚreturnNc                    s   t ƒ  |¡ d S )N)ÚsuperÚ__init__)Úselfr   ©Ú	__class__© ún/var/www/html/Deteccion_Ine/venv/lib/python3.10/site-packages/paddlex/inference/models/image_feature/result.pyr	      s   zIdentityResult.__init__c                 O   ó,   t  | ¡}| d¡ tj|g|¢R i |¤ŽS ©NZ	input_img)ÚcopyÚdeepcopyÚpopr   Ú_to_str©r
   ÚargsÚkwargsr   r   r   r   r      ó   

zIdentityResult._to_strc                 O   r   r   )r   r   r   r   Ú_to_jsonr   r   r   r   r      r   zIdentityResult._to_json)Ú__name__Ú
__module__Ú__qualname__Údictr	   r   r   Ú__classcell__r   r   r   r   r      s    r   )r   Zcommon.resultr   r   r   r   r   r   r   Ú<module>   s   