%PDF- %PDF-
| Direktori : /proc/self/root/lib/python3.6/site-packages/pyzor/engines/__pycache__/ |
| Current File : //proc/self/root/lib/python3.6/site-packages/pyzor/engines/__pycache__/common.cpython-36.pyc |
3
�2�^v � @ sr d Z ddlZddlZddlmZ ddddgZeddd d
dg�ZG dd� de�ZG d
d� de �Z
G dd� de �ZdS )z+Common library shared by different engines.� N)�
namedtuple�DBHandle�
DatabaseError�Record�
BaseEngineZsingle_threadedZmulti_threadedZmulti_processingZpreforkc @ s e Zd ZdS )r N)�__name__�
__module__�__qualname__� r
r
�/usr/lib/python3.6/common.pyr s c @ s: e Zd ZdZddd�Zdd� Zdd � Zd
d� Zdd
� ZdS )r zTPrefix conventions used in this class:
r = report (spam)
wl = whitelist
r Nc C s( || _ || _|| _|| _|| _|| _d S )N)�r_count�wl_count� r_entered� r_updated�
wl_entered�
wl_updated)�selfr r
r r r r r
r
r �__init__ s zRecord.__init__c C s<