| Server IP : 185.216.8.13 / Your IP : 216.73.216.140 Web Server : Apache System : Linux webhost-vie2.sitetide.com 4.18.0-553.156.1.el8_10.x86_64 #1 SMP Mon Aug 17 17:52:57 UTC 2026 x86_64 User : apache ( 48) PHP Version : 8.2.33 Disable Function : syslog MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/usr/lib/python3.6/site-packages/pyzor/engines/__pycache__/ |
Upload File : |
3
�Ugbv � @ 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<