U
    -e                     @   s   d dl mZ edddZdS )    )Callablefunction_with_docstringc                    s    fdd}|S )zDecorator to share docstrings across common functions.

    Args:
        function_with_docstring (`Callable`): Name of the function with the docstring.
    c                    s    j | _ | S )N)__doc__)Ztarget_functionr    Y/var/www/html/Darija-Ai-Train/env/lib/python3.8/site-packages/datasets/utils/doc_utils.pywrapper   s    z!is_documented_by.<locals>.wrapperr   )r   r   r   r   r   is_documented_by   s    r	   N)typingr   r	   r   r   r   r   <module>   s   