
    bi                         d dl mZ defdZy)    )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    S/home/cdr/jupyterlab/.venv/lib/python3.12/site-packages/datasets/utils/doc_utils.pywrapperz!is_documented_by.<locals>.wrapper   s    "9"A"A     )r   r
   s   ` r	   is_documented_byr      s     Nr   N)typingr   r   r   r   r	   <module>r      s    h r   