
    +hx                         d dl Z dZdgZd Zy)    Nzgithub.com/casperdcltqdm_pandasc           	         ddl m} t        | t              st	        | dd      j                  d      rP |dt	        |j                  dd      d	t        j                  j                        
        | j                  di | y |dt	        | j                  d	t        j                  j                        
       t        |       j                  |        y)zm
    Registers the given `tqdm` instance with
    `pandas.core.groupby.DataFrameGroupBy.progress_apply`.
    r   )TqdmDeprecationWarning__name__ tqdm_zBPlease use `tqdm.pandas(...)` instead of `tqdm_pandas(tqdm, ...)`.fileNwrite)fp_writezBPlease use `tqdm.pandas(...)` instead of `tqdm_pandas(tqdm(...))`.)deprecated_t )tqdmr   
isinstancetypegetattr
startswithgetsysstderrr
   pandasfp)tclasstqdm_kwargsr   s      D/var/www/html/venv/lib/python3.12/site-packages/tqdm/_tqdm_pandas.pyr   r      s    
 ,&$GFJ$C$N$N%P[__VT:GSZZEUEUV	X 	$$PVYY1A1AB	D 	V0    )r   
__author____all__r   r   r   r   <module>r      s    
#
/1r   