Current File : //usr/lib64/python3.9/site-packages/setools/__pycache__/categoryquery.cpython-39.pyc
a

q�qe_�@sTddlZddlmZddlmZmZddlmZddlm	Z	Gdd�deee	�Z
dS)	�N)�Iterable�)�
MatchAlias�	MatchName)�Category)�PolicyQuerycs8eZdZdZdd��fdd�Zeed�dd�Z�ZS)�
CategoryQuerya�
    Query MLS Categories

    Parameter:
    policy       The policy to query.

    Keyword Parameters/Class attributes:
    name         The name of the category to match.
    name_regex   If true, regular expression matching will
                 be used for matching the name.
    alias        The alias name to match.
    alias_regex  If true, regular expression matching
                 will be used on the alias names.
    N)�returncs(tt|�j|fi|��t�t�|_dS)N)�superr�__init__�loggingZ	getLogger�__name__�log)�self�policy�kwargs��	__class__��;/usr/lib64/python3.9/site-packages/setools/categoryquery.pyrszCategoryQuery.__init__ccs\|j�d�|��|�|j�|�|j�|j��D]"}|�|�sDq4|�|�sPq4|Vq4dS)z/Generator which yields all matching categories.z+Generating category results from {0.policy}N)	r�info�formatZ_match_name_debugZ_match_alias_debugr�
categoriesZ_match_nameZ_match_alias)r�catrrr�results"s

zCategoryQuery.results)	r
�
__module__�__qualname__�__doc__rrrr�
__classcell__rrrrr
sr)r�typingrZmixinsrrZ	policyrepr�queryrrrrrr�<module>s