| Server IP : 118.27.122.248 / Your IP : 216.73.216.153 Web Server : Apache System : Linux web0264.sh.tyo1 4.18.0-553.79.1.lve.el7h.x86_64 #1 SMP Wed Oct 15 16:34:46 UTC 2025 x86_64 User : c9415830 ( 11735) PHP Version : 8.4.17 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/python37/lib64/python3.7/site-packages/sqlalchemy/sql/__pycache__/ |
Upload File : |
B
��4]T � @ s0 d Z ddlZddlZddlmZ ddlmZ ddlmZ e�d�Z e�d �Z
G d
d� de�Zdd
� Z
ejdd� �ZG dd� dejj�ZG dd� dejj�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� dej�ZG d d!� d!eje�ZG d"d#� d#ej�Zd&d$d%�ZdS )'z4Foundational utilities common to many sql modules.
� N� )�
ClauseVisitor� )�exc)�util�PARSE_AUTOCOMMIT�NO_ARGc @ s( e Zd ZdZdd� Zdd� Zdd� ZdS ) � Immutablez@mark a ClauseElement as 'immutable' when expressions are cloned.c O s t d��d S )Nz(Immutable objects do not support copying)�NotImplementedError)�self�optionaldict�kwargs� r �F/opt/alt/python37/lib64/python3.7/site-packages/sqlalchemy/sql/base.py�
unique_params s zImmutable.unique_paramsc O s t d��d S )Nz(Immutable objects do not support copying)r
)r r r
r r r �params s zImmutable.paramsc C s | S )Nr )r r r r �_clone"