| Server IP : 66.29.153.156 / Your IP : 216.73.217.75 Web Server : LiteSpeed System : Linux premium322.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64 User : lastyfjz ( 1521) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /././opt/hc_python/lib64/python3.12/site-packages/sqlalchemy/sql/__pycache__/ |
Upload File : |
�
��!h� �
� � d Z ddlmZ ddlZddlmZ ddlmZ ddlm Z ddl
mZ dd l
mZ dd
l
m
Z
ddl
mZ ddl
mZ dd
l
mZ ddl
mZ ddl
mZ ddlmZ ddlmZ G d� d� ZededededediZd� Zd� Z ej2 ed� d� � Z ej2 e
d� ej2 ed� d� � � Zy) z5Establish constraint and index naming conventions.
� )�annotationsN� )�events)�
_NONE_NAME)�conv)�CheckConstraint)�Column)�
Constraint)�ForeignKeyConstraint)�Index)�PrimaryKeyConstraint)�Table)�UniqueConstraint� )�event)�excc �H � e Zd Zd� Zd� Zd� Zd� Zd� Zd� Zd� Z d� Z
d � Zd
� Zy)�ConventionDictc �z � || _ t |t � | _ || _ || _ |j | _ y �N)�const�
isinstancer �_is_fk�table�
convention�name�_const_name)�selfr r r s �F/opt/hc_python/lib64/python3.12/site-packages/sqlalchemy/sql/naming.py�__init__zConventionDict.__init__"