CoolFace
Apppublic

declare-lab/tango2

sourceHugging Faceupdated 2y agoView on Hugging Face
92likes
doc_utils.cpython-39.pyc9 linesDownload Raw Back to __pycache__
1a

2��'dC�@sdZddlZdd�ZdS)z33Doc utilities: Utilities related to documentation4�Ncs�fdd�}|S)Ncs||j}|�d�}d}|t|�kr>t�d||�dur>|d7}q|t|�kr^�||<d�|�}ntd|�d|����||_|S)N�5rz^\s*Examples?:\s*$�z
The function zY should have an empty 'Examples:' in its docstring as placeholder, current docstring is:6)�__doc__�split�len�re�search�join�7ValueError)�fn�func_doc�lines�i��example_docstring��N/home/deep/Projects/audio_diffusion/diffusers/src/diffusers/utils/doc_utils.py�docstring_decorators8 9��z6replace_example_docstring.<locals>.docstring_decoratorr)rrrrr�replace_example_docstringsr)rrrrrrr�<module>s