
    +gd                         d dl mZ defdZdS )    )Callablefunction_with_docstringc                       fd}|S )zDecorator to share docstrings across common functions.

    Args:
        function_with_docstring (`Callable`): Name of the function with the docstring.
    c                      j         | _         | S )N)__doc__)target_functionr   s    8lib/python3.11/site-packages/datasets/utils/doc_utils.pywrapperz!is_documented_by.<locals>.wrapper   s    "9"A     )r   r
   s   ` r	   is_documented_byr      s#         Nr   N)typingr   r   r   r   r	   <module>r      s<         h      r   