Your IP : 216.73.216.196
B
���Y� � @ sl d Z ddlZddlmZ yddlmZ W n ek
rH ddlmZ Y nX dZe�e �Z
dd� Zd d
� ZdS )zGeneral shared utilities.� N)�tee)�zip_longest)�izip_longestz2.1.0c C s
| � � S )z5Return True iff the string contains only whitespaces.)�strip)�string� r �A/opt/alt/python37/lib/python3.7/site-packages/pydocstyle/utils.py�is_blank s r c C s$ t | �\}}t||�}t|||d�S )ztReturn pairs of items from `iterable`.
pairwise([1, 2, 3], default_value=None) -> (1, 2) (2, 3), (3, None)
)� fillvalue)r �nextr )�iterableZ
default_value�a�b�_r r r �pairwise s
r )
�__doc__Zlogging� itertoolsr r �ImportErrorr �__version__Z getLogger�__name__�logr r r r r r �<module> s