EVOLUTION-MANAGER
Edit File: keyword_map.cpython-36.pyc
3 �f7 � @ s d dl mZ G dd� de�ZdS )� )�SoSMapc @ s e Zd ZdZdZdZdd� ZdS )� SoSKeywordMapa' Mapping store for user provided keywords By default, this map will perform no matching or obfuscation. It relies entirely on the use of the --keywords option by the user. Any keywords provided are then obfuscated into 'obfuscatedwordX', where X is an incrementing integer. Tr c C s4 d| j }| j d7 _ || jj� kr0| j|�S |S )Nzobfuscatedword%s� )� word_countZdataset�values� sanitize_item)�self�itemZ_ob_item� r �!/usr/lib/python3.6/keyword_map.pyr s zSoSKeywordMap.sanitize_itemN)�__name__� __module__�__qualname__�__doc__Zmatch_full_words_onlyr r r r r r r s r N)Zsos.cleaner.mappingsr r r r r r �<module> s