File: //opt/cppython/lib/python3.8/site-packages/MySQLdb/__pycache__/__init__.cpython-38.pyc
U
JD�gx
� ) @ s� d Z z*ddlmZ ddlmZ eejks,t�W n* ek
rX ed�eejej ���Y nX ddlm
Z
mZmZm
Z
mZmZmZmZmZmZmZmZmZmZ ddlmZ ddlmZmZmZmZmZm Z dZ!d Z"d
Z#G dd� de$�Z%e%ej&ej'ej(g�Z'e%ej)ej*ej+ej,g�Z-e%ej.ej/ej0ej1ej2ej3ej4ej5ej6g �Z7e%ej8g�Z8e%ej9g�Z9e%ej:ej;g�Z:e:Z;e%� Z<d
d� Z=dd� Z>dd� Z?dd� Z@dd� ZAdd� ZBeB ZCZDdddddddddd d!d"d#d$d%d&d'd(d)d*d+dd,d-d.d/d0d1d2d3d4d5d6d7d8d9d:d;d<d=d>g)ZEd?S )@a_
MySQLdb - A DB API v2.0 compatible interface to MySQL.
This package is a wrapper around _mysql, which mostly implements the
MySQL C API.
connect() -- connects to server
See the C API specification and the MySQL documentation for more info
on other items.
For information on how MySQLdb handles type conversion, see the
MySQLdb.converters module.
� )�version_info� )�_mysqlzCthis is MySQLdb version {}, but _mysql is version {!r}
_mysql: {!r})�NotSupportedError�OperationalError�get_client_info�ProgrammingError�Error�InterfaceError�debug�IntegrityError�string_literal�
MySQLError� DataError�
DatabaseError�
InternalError�Warning)�
FIELD_TYPE)�Date�Time� Timestamp�
DateFromTicks�
TimeFromTicks�TimestampFromTicksz2.0�formatc @ s e Zd ZdZdd� ZdS )�DBAPISetzdA special type of set for which A == x is true if A is a
DBAPISet and x is a member of that set.c C s t |t�r| �|� S || kS �N)�
isinstancer �
difference)�self�other� r! �=/opt/cppython/lib/python3.8/site-packages/MySQLdb/__init__.py�__eq__@ s
zDBAPISet.__eq__N)�__name__�
__module__�__qualname__�__doc__r# r! r! r! r"