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__/wordlists.cpython-37.pyc

B

� Y��@s\dZddlZddlZddlZe�d�Ze�d�jZdd�Z	dd�e	d	�D�Z
ee	d
��ZdS)z�Wordlists loaded from package data.

We can treat them as part of the code for the imperative mood check, and
therefore we load them at import time, rather than on-demand.

�Nz\s*#.*�englishccsFt�dd|��d�}x*|��D]}t�d|���}|r |Vq WdS)z�Iterate over lines of a wordlist data file.

    `name` should be the name of a package data file within the data/
    directory.

    Whitespace and #-prefixed comments are stripped from each line.

    �
pydocstylezdata/�utf8�N)�pkgutil�get_data�decode�
splitlines�
COMMENT_RE�sub�strip)�name�text�line�r�E/opt/alt/python37/lib/python3.7/site-packages/pydocstyle/wordlists.py�
load_wordlists
	rcCsi|]}|t|��qSr)�stem)�.0�vrrr�
<dictcomp>$srzimperatives.txtzimperatives_blacklist.txt)
�__doc__�rer�snowballstemmer�compiler
ZstemmerZstemWordrrZIMPERATIVE_VERBS�setZIMPERATIVE_BLACKLISTrrrr�<module>s