Your IP : 216.73.216.196


Current Path : /opt/alt/python37/lib/python3.7/site-packages/pydocstyle/__pycache__/
Upload File :
Current File : //opt/alt/python37/lib/python3.7/site-packages/pydocstyle/__pycache__/utils.cpython-37.opt-1.pyc

B

���Y��@sldZddlZddlmZyddlmZWn ek
rHddlmZYnXdZe�e	�Z
dd�Zd	d
�ZdS)zGeneral shared utilities.�N)�tee)�zip_longest)�izip_longestz2.1.0cCs
|��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_blanksr	cCs$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�_rrr�pairwises
r)
�__doc__Zlogging�	itertoolsrr�ImportErrorr�__version__Z	getLogger�__name__�logr	rrrrr�<module>s