
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
3
^                 @   s$   d dl mZmZ G dd deZdS )    )ABCabstractmethodc               @   s$   e Zd ZdZdd Zedd ZdS )PolicyQueryz/Abstract base class for SELinux policy queries.c             K   sV   || _ xJt|j ddD ]6}t| |d }t|r>tdj|t| |||  qW d S )NT)reversez0Keyword parameter {0} conflicts with a callable.)policysortedkeysgetattrcallable
ValueErrorformatsetattr)selfr   kwargsnameattr r   /usr/lib64/python3.6/query.py__init__   s    zPolicyQuery.__init__c             C   s   dS )z}
        Generator which returns the matches for the query.  This method
        should be overridden by subclasses.
        Nr   )r   r   r   r   results*   s    zPolicyQuery.resultsN)__name__
__module____qualname____doc__r   r   r   r   r   r   r   r      s   r   N)abcr   r   r   r   r   r   r   <module>   s   