PK
œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Notice: ob_end_clean(): Failed to delete buffer. No buffer to delete in /home/telusvwg/public_html/da754d/index.php on line 8
| Dir : /opt/cloudlinux/venv/lib/python3.11/site-packages/pydocstyle/__pycache__/ |
| Server: Linux premium279.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64 IP: 66.29.132.192 |
| Dir : //opt/cloudlinux/venv/lib/python3.11/site-packages/pydocstyle/__pycache__/utils.cpython-311.pyc |
�
�|oi � �� � d Z ddlZddlZddlmZmZ ddlmZmZm Z ej
e� � Z ej
d� � Zdedefd�Zd ed
edee eef fd�Zded
edefd�Zdedefd�ZdS )zGeneral shared utilities.� N)�tee�zip_longest)�Any�Iterable�Tuplez[\W_]+�string�returnc �, � | � � � S )z5Return True iff the string contains only whitespaces.)�strip�r s �b/builddir/build/BUILD/cloudlinux-venv-1.0.10/venv/lib/python3.11/site-packages/pydocstyle/utils.py�is_blankr s � ��|�|�~�~��� �iterable�
default_valuec �j � t | � � \ }}t ||� � }t |||�� � S )ztReturn pairs of items from `iterable`.
pairwise([1, 2, 3], default_value=None) -> (1, 2) (2, 3), (3, None)
)� fillvalue)r �nextr )r r �a�b�_s r
�pairwiser s7 � � �x�=�=�D�A�q��Q�
���A��q�!�}�5�5�5�5r r r c � � t t | |� � � � D ]\ }\ }}||k r|c S �t t | � � t |� � � � S )ztReturn the length of the longest common prefix of a and b.
>>> common_prefix_length('abcd', 'abce')
3
)� enumerate�zip�min�len)r r �common�ca�cbs r
�common_prefix_lengthr! s_ � � &�c�!�Q�i�i�0�0� � �����R�
��8�8��M�M�M� ��s�1�v�v�s�1�v�v���r c �8 � t � d| � � S )z2Strip string from any non-alphanumeric characters.� )�NON_ALPHANUMERIC_STRIP_RE�subr s r
�strip_non_alphanumericr&